Class DefaultHttpClientBinderRegistry

java.lang.Object
io.micronaut.http.client.bind.DefaultHttpClientBinderRegistry
All Implemented Interfaces:
HttpClientBinderRegistry

@Singleton @Internal public class DefaultHttpClientBinderRegistry extends Object implements HttpClientBinderRegistry
Default implementation of HttpClientBinderRegistry that searches by annotation then by type.
Since:
2.1.0
Author:
James Kleeh