protected class HandlerMethod.HandlerMethodParameter extends MethodParameter
| Constructor and Description | 
|---|
| HandlerMethodParameter(int index) | 
| Modifier and Type | Method and Description | 
|---|---|
| Class<?> | getContainingClass() | 
| <T extends Annotation> | getMethodAnnotation(Class<T> annotationType)Return the method/constructor annotation of the given type, if available. | 
decreaseNestingLevel, equals, forMethodOrConstructor, getAnnotatedElement, getConstructor, getDeclaringClass, getGenericParameterType, getMember, getMethod, getMethodAnnotations, getNestedParameterType, getNestingLevel, getParameterAnnotation, getParameterAnnotations, getParameterIndex, getParameterName, getParameterType, getTypeIndexForCurrentLevel, getTypeIndexForLevel, hashCode, hasParameterAnnotation, hasParameterAnnotations, increaseNestingLevel, initParameterNameDiscovery, setTypeIndexForCurrentLevelpublic Class<?> getContainingClass()
getContainingClass in class MethodParameterpublic <T extends Annotation> T getMethodAnnotation(Class<T> annotationType)
MethodParametergetMethodAnnotation in class MethodParameterannotationType - the annotation type to look fornull if not found