Package io.micronaut.http.client.bind
-
Interface Summary Interface Description AnnotatedClientArgumentRequestBinder<A extends java.lang.annotation.Annotation> An interface for classes that bind anArgumentto anMutableHttpRequestdriven by an annotation.AnnotatedClientRequestBinder<A extends java.lang.annotation.Annotation> A binder that binds to aMutableHttpRequest.ClientArgumentRequestBinder<T> A binder that binds to aMutableHttpRequest.ClientRequestBinder A binder that binds to aMutableHttpRequest.HttpClientBinderRegistry A registry ofClientArgumentRequestBinderinstances.TypedClientArgumentRequestBinder<T> AClientArgumentRequestBinderthat is resolved based on the argument type. -
Class Summary Class Description ClientRequestUriContext A class that exposes information about the URI toClientArgumentRequestBinderinstances.DefaultHttpClientBinderRegistry Default implementation ofHttpClientBinderRegistrythat searches by annotation then by type.