public interface MemberInfo
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> metric) |
String |
getDeclaringClassName() |
String |
getDeclaringClassSimpleName() |
MemberType |
getMemberType() |
String |
getName() |
String[] |
getParameterTypeNames() |
<T extends Annotation> |
isAnnotationPresent(Class<T> metric) |
MemberType getMemberType()
String getDeclaringClassName()
String getDeclaringClassSimpleName()
String getName()
<T extends Annotation> boolean isAnnotationPresent(Class<T> metric)
<T extends Annotation> AnnotationInfo getAnnotation(Class<T> metric)
String[] getParameterTypeNames()
Copyright © 2018–2022. All rights reserved.