protected class HandlerMethod.HandlerMethodParameter
extends org.springframework.core.MethodParameter
| Constructor and Description |
|---|
HandlerMethodParameter(int index) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getContainingClass() |
<T extends Annotation> |
getMethodAnnotation(Class<T> annotationType) |
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 org.springframework.core.MethodParameterpublic <T extends Annotation> T getMethodAnnotation(Class<T> annotationType)
getMethodAnnotation in class org.springframework.core.MethodParameter