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