类 HandlerMethod.HandlerMethodParameter
java.lang.Object
cn.taketoday.core.MethodParameter
cn.taketoday.core.annotation.SynthesizingMethodParameter
cn.taketoday.web.handler.method.HandlerMethod.HandlerMethodParameter
- 所有已实现的接口:
AnnotatedElement
- 封闭类:
- HandlerMethod
protected class HandlerMethod.HandlerMethodParameter
extends cn.taketoday.core.annotation.SynthesizingMethodParameter
A MethodParameter with HandlerMethod-specific behavior.
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明clone()Class<?><T extends Annotation>
TgetMethodAnnotation(Class<T> annotationType) <T extends Annotation>
booleanhasMethodAnnotation(Class<T> annotationType) toString()从类继承的方法 cn.taketoday.core.annotation.SynthesizingMethodParameter
adaptAnnotation, adaptAnnotationArray, forExecutable, forParameter从类继承的方法 cn.taketoday.core.MethodParameter
equals, forFieldAwareConstructor, getAnnotatedElement, getAnnotation, getAnnotations, getConstructor, getDeclaredAnnotations, getDeclaringClass, getExecutable, getGenericParameterType, getMember, getMethodAnnotations, getNestedGenericParameterType, getNestedParameterType, getNestingLevel, getParameter, getParameterAnnotation, getParameterIndex, getParameterName, getParameterType, getTypeIndexForCurrentLevel, getTypeIndexForLevel, hashCode, hasParameterAnnotation, hasParameterAnnotations, initParameterNameDiscovery, isAnnotationPresent, isNullable, isOptional, nested, nested, nestedIfOptional, withContainingClass, withTypeIndex从接口继承的方法 java.lang.reflect.AnnotatedElement
getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType
-
字段详细资料
-
combinedAnnotations
-
-
构造器详细资料
-
HandlerMethodParameter
public HandlerMethodParameter(int index) -
HandlerMethodParameter
-
-
方法详细资料
-
getMethod
- 覆盖:
getMethod在类中cn.taketoday.core.MethodParameter
-
getContainingClass
- 覆盖:
getContainingClass在类中cn.taketoday.core.MethodParameter
-
getMethodAnnotation
- 覆盖:
getMethodAnnotation在类中cn.taketoday.core.MethodParameter
-
hasMethodAnnotation
- 覆盖:
hasMethodAnnotation在类中cn.taketoday.core.MethodParameter
-
getParameterAnnotations
- 覆盖:
getParameterAnnotations在类中cn.taketoday.core.MethodParameter
-
clone
- 覆盖:
clone在类中cn.taketoday.core.annotation.SynthesizingMethodParameter
-
toString
- 覆盖:
toString在类中cn.taketoday.core.MethodParameter
-