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