Class PathVariableAnnotationBinder<T>

java.lang.Object
io.micronaut.core.bind.annotation.AbstractArgumentBinder<T>
io.micronaut.http.bind.binders.PathVariableAnnotationBinder<T>
Type Parameters:
T -
All Implemented Interfaces:
AnnotatedArgumentBinder<PathVariable, T, HttpRequest<?>>, ArgumentBinder<T, HttpRequest<?>>, AnnotatedRequestArgumentBinder<PathVariable, T>, RequestArgumentBinder<T>

public class PathVariableAnnotationBinder<T> extends AbstractArgumentBinder<T> implements AnnotatedRequestArgumentBinder<PathVariable, T>
Used for binding a parameter exclusively from a path variable.
Since:
1.0.3
Author:
graemerocher
See Also: