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 classJacksonBodyAdapterMethods in io.avaje.http.client that return BodyAdapter Modifier and Type Method Description BodyAdapterHttpClientContext. 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.BuilderHttpClientContext.Builder. withBodyAdapter(BodyAdapter adapter)Set the body adapter to use to convert beans to body content and response content back to beans.
-