Package io.micronaut.http.client.bind
package io.micronaut.http.client.bind
-
ClassDescriptionAnnotatedClientArgumentRequestBinder<A extends Annotation>An interface for classes that bind an
Argument
to anMutableHttpRequest
driven by an annotation.AnnotatedClientRequestBinder<A extends Annotation>A binder that binds to aMutableHttpRequest
.A binder that binds to aMutableHttpRequest
.A binder that binds to aMutableHttpRequest
.A class that exposes information about the URI toClientArgumentRequestBinder
instances.Default implementation ofHttpClientBinderRegistry
that searches by annotation then by type.A registry ofClientArgumentRequestBinder
instances.AClientArgumentRequestBinder
that is resolved based on the argument type.