T - public class RequestBeanAnnotationBinder<T> extends io.micronaut.core.bind.annotation.AbstractAnnotatedArgumentBinder<RequestBean,T,HttpRequest<?>> implements AnnotatedRequestArgumentBinder<RequestBean,T>
RequestBean| Constructor and Description |
|---|
RequestBeanAnnotationBinder(RequestBinderRegistry requestBinderRegistry,
io.micronaut.core.convert.ConversionService<?> conversionService) |
| Modifier and Type | Method and Description |
|---|---|
io.micronaut.core.bind.ArgumentBinder.BindingResult<T> |
bind(io.micronaut.core.convert.ArgumentConversionContext<T> context,
HttpRequest<?> source) |
java.lang.Class<RequestBean> |
getAnnotationType() |
doBind, doBind, doConvert, doConvert, doResolve, getFallbackFormatclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofpublic RequestBeanAnnotationBinder(RequestBinderRegistry requestBinderRegistry, io.micronaut.core.convert.ConversionService<?> conversionService)
requestBinderRegistry - Original request binder registryconversionService - The conversion servicepublic java.lang.Class<RequestBean> getAnnotationType()
getAnnotationType in interface io.micronaut.core.bind.annotation.AnnotatedArgumentBinder<RequestBean,T,HttpRequest<?>>public io.micronaut.core.bind.ArgumentBinder.BindingResult<T> bind(io.micronaut.core.convert.ArgumentConversionContext<T> context, HttpRequest<?> source)
bind in interface io.micronaut.core.bind.ArgumentBinder<T,HttpRequest<?>>