Uses of Interface
io.avaje.http.client.BodyAdapter
-
Uses of BodyAdapter in io.avaje.http.client
Classes in io.avaje.http.client that implement BodyAdapterModifier and TypeClassDescriptionfinal class
Jackson BodyAdapter to read and write beans as JSON.final class
Avaje Jsonb BodyAdapter to read and write beans as JSON.Methods in io.avaje.http.client that return BodyAdapterModifier and TypeMethodDescriptionHttpClient.bodyAdapter()
Return the BodyAdapter that this client is using.HttpClient.Builder.State.bodyAdapter()
Return the body adapter.Methods in io.avaje.http.client with parameters of type BodyAdapterModifier and TypeMethodDescriptionHttpClient.Builder.bodyAdapter
(BodyAdapter adapter) Set the body adapter to use to convert beans to body content and response content back to beans.