T
- public class PathVariableAnnotationBinder<T> extends AbstractAnnotatedArgumentBinder<PathVariable,T,HttpRequest<?>> implements AnnotatedRequestArgumentBinder<PathVariable,T>
PathVariable
ArgumentBinder.BindingResult<T>
Constructor and Description |
---|
PathVariableAnnotationBinder(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<PathVariable> |
getAnnotationType() |
doBind, doConvert, doResolve, getFallbackFormat
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
of
public PathVariableAnnotationBinder(ConversionService<?> conversionService)
conversionService
- The conversion servicepublic Class<PathVariable> getAnnotationType()
getAnnotationType
in interface AnnotatedArgumentBinder<PathVariable,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()