Uses of Interface
io.avaje.http.client.BodyAdapter
-
-
Uses of BodyAdapter in io.avaje.http.client
Classes in io.avaje.http.client that implement BodyAdapter Modifier and Type Class Description class
JacksonBodyAdapter
Methods in io.avaje.http.client that return BodyAdapter Modifier and Type Method Description BodyAdapter
HttpClientContext. converters()
Return the body adapter used by the client context.Methods in io.avaje.http.client with parameters of type BodyAdapter Modifier and Type Method Description HttpClientContext.Builder
HttpClientContext.Builder. withBodyAdapter(BodyAdapter adapter)
Set the body adapter to use to convert beans to body content and response content back to beans.
-