类 MethodParameter.FieldAwareConstructorParameter
java.lang.Object
cn.taketoday.core.MethodParameter
cn.taketoday.core.MethodParameter.FieldAwareConstructorParameter
- 所有已实现的接口:
AnnotatedElement
- 封闭类:
- MethodParameter
MethodParameter subclass which detects field annotations as well.-
字段概要
字段从类继承的字段 cn.taketoday.core.MethodParameter
parameterName, typeIndexesPerLevel -
构造器概要
构造器构造器说明FieldAwareConstructorParameter(Constructor<?> constructor, int parameterIndex, String fieldName) -
方法概要
修饰符和类型方法说明Return the annotations associated with the specific method/constructor parameter.从类继承的方法 cn.taketoday.core.MethodParameter
adaptAnnotation, adaptAnnotationArray, clone, equals, forExecutable, forFieldAwareConstructor, forParameter, getAnnotatedElement, getAnnotation, getAnnotations, getConstructor, getContainingClass, getDeclaredAnnotations, getDeclaringClass, getExecutable, getGenericParameterType, getMember, getMethod, getMethodAnnotation, getMethodAnnotations, getNestedGenericParameterType, getNestedParameterType, getNestingLevel, getParameter, getParameterAnnotation, getParameterIndex, getParameterName, getParameterType, getTypeIndexForCurrentLevel, getTypeIndexForLevel, hashCode, hasMethodAnnotation, hasParameterAnnotation, hasParameterAnnotations, initParameterNameDiscovery, isAnnotationPresent, isNullable, isOptional, nested, nested, nestedIfOptional, toString, withContainingClass, withTypeIndex从接口继承的方法 java.lang.reflect.AnnotatedElement
getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType
-
字段详细资料
-
combinedAnnotations
-
-
构造器详细资料
-
FieldAwareConstructorParameter
public FieldAwareConstructorParameter(Constructor<?> constructor, int parameterIndex, String fieldName)
-
-
方法详细资料
-
getParameterAnnotations
从类复制的说明:MethodParameterReturn the annotations associated with the specific method/constructor parameter.
-