public class Java8MethodParameter extends Object implements MethodParameter
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
<T extends Annotation> |
getAnnotation(Class<T> annotationClass) |
Annotation[] |
getAnnotations() |
<T extends Annotation> |
getAnnotationsByType(Class<T> annotationClass) |
Annotation[] |
getDeclaredAnnotations() |
<T extends Annotation> |
getDeclaredAnnotationsByType(Class<T> annotationClass) |
Method |
getDeclaringExecutable() |
int |
getModifiers() |
String |
getName() |
Type |
getParameterizedType() |
Class<?> |
getType() |
int |
hashCode() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationClass) |
boolean |
isImplicit() |
boolean |
isNamePresent() |
boolean |
isSynthetic() |
boolean |
isVarArgs() |
String |
toString() |
getDeclaredAnnotationpublic boolean isNamePresent()
isNamePresent 在接口中 Parameter<Method>public Method getDeclaringExecutable()
getDeclaringExecutable 在接口中 Parameter<Method>public int getModifiers()
getModifiers 在接口中 Parameter<Method>public Type getParameterizedType()
getParameterizedType 在接口中 Parameter<Method>public boolean isImplicit()
isImplicit 在接口中 Parameter<Method>public boolean isSynthetic()
isSynthetic 在接口中 Parameter<Method>public boolean isAnnotationPresent(Class<? extends Annotation> annotationClass)
isAnnotationPresent 在接口中 AnnotatedElementpublic <T extends Annotation> T getAnnotation(Class<T> annotationClass)
getAnnotation 在接口中 AnnotatedElementpublic Annotation[] getAnnotations()
getAnnotations 在接口中 AnnotatedElementpublic Annotation[] getDeclaredAnnotations()
getDeclaredAnnotations 在接口中 AnnotatedElementpublic <T extends Annotation> T[] getDeclaredAnnotationsByType(Class<T> annotationClass)
getDeclaredAnnotationsByType 在接口中 Parameter<Method>getDeclaredAnnotationsByType 在接口中 AnnotatedElementpublic <T extends Annotation> T[] getAnnotationsByType(Class<T> annotationClass)
getAnnotationsByType 在接口中 Parameter<Method>getAnnotationsByType 在接口中 AnnotatedElementCopyright © 2020. All rights reserved.