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 classJackson BodyAdapter to read and write beans as JSON.final classavaje jsonb BodyAdapter to read and write beans as JSON.Methods in io.avaje.http.client that return BodyAdapterModifier and TypeMethodDescriptionHttpClientContext.converters()Return the body adapter used by the client context.Methods in io.avaje.http.client with parameters of type BodyAdapterModifier and TypeMethodDescriptionHttpClientContext.Builder.bodyAdapter(BodyAdapter adapter) Set the body adapter to use to convert beans to body content and response content back to beans.