Interface ParameterInfo
- All Superinterfaces:
AnnotatedElementInfo
ParameterInfo
- Version:
- 0.0.1
- Author:
- scx567888
-
Method Summary
Modifier and TypeMethodDescriptiondefault AnnotatedElementannotatedElement持有当前参数的执行器name()名称参数本身的类型原始 ParameterMethods inherited from interface cool.scx.reflect.AnnotatedElementInfo
annotations, findAnnotation, findAnnotations
-
Method Details
-
rawParameter
Parameter rawParameter()原始 Parameter -
declaringExecutable
ExecutableInfo declaringExecutable()持有当前参数的执行器 -
name
String name()名称 -
parameterType
TypeInfo parameterType()参数本身的类型 -
annotatedElement
Description copied from interface:AnnotatedElementInfoannotatedElement- Specified by:
annotatedElementin interfaceAnnotatedElementInfo
-