T
- public class RequestBeanAnnotationBinder<T> extends AbstractAnnotatedArgumentBinder<RequestBean,T,HttpRequest<?>> implements AnnotatedRequestArgumentBinder<RequestBean,T>
RequestBean
ArgumentBinder.BindingResult<T>
Constructor and Description |
---|
RequestBeanAnnotationBinder(RequestBinderRegistry requestBinderRegistry,
ConversionService<?> conversionService) |
Modifier and Type | Method and Description |
---|---|
ArgumentBinder.BindingResult<T> |
bind(ArgumentConversionContext<T> context,
HttpRequest<?> source)
Bind the given argument from the given source.
|
Class<RequestBean> |
getAnnotationType() |
doBind, doBind, doConvert, doConvert, doResolve, getFallbackFormat
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
of
public RequestBeanAnnotationBinder(RequestBinderRegistry requestBinderRegistry, ConversionService<?> conversionService)
requestBinderRegistry
- Original request binder registryconversionService
- The conversion servicepublic Class<RequestBean> getAnnotationType()
getAnnotationType
in interface AnnotatedArgumentBinder<RequestBean,T,HttpRequest<?>>
public ArgumentBinder.BindingResult<T> bind(ArgumentConversionContext<T> context, HttpRequest<?> source)
ArgumentBinder
bind
in interface ArgumentBinder<T,HttpRequest<?>>
context
- The ArgumentConversionContext
source
- The sourceOptional
of the value. If no binding was possible Optional.empty()