T - The part typepublic class PartAnnotationBinder<T> extends AbstractAnnotatedArgumentBinder<Part,T,HttpRequest<?>> implements AnnotatedRequestArgumentBinder<Part,T>
ArgumentBinder.BindingResult<T>| Constructor and Description | 
|---|
| PartAnnotationBinder(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<Part> | getAnnotationType() | 
doBind, doBind, doConvert, doConvert, doResolve, getFallbackFormatclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofpublic PartAnnotationBinder(ConversionService<?> conversionService)
public ArgumentBinder.BindingResult<T> bind(ArgumentConversionContext<T> context, HttpRequest<?> source)
ArgumentBinderbind in interface ArgumentBinder<T,HttpRequest<?>>context - The ArgumentConversionContextsource - The sourceOptional of the value. If no binding was possible Optional.empty()public Class<Part> getAnnotationType()
getAnnotationType in interface AnnotatedArgumentBinder<Part,T,HttpRequest<?>>