abstract class JavaXAnnotatedElement extends Object implements XAnnotatedElement
| 构造器和说明 |
|---|
JavaXAnnotatedElement(AnnotatedElement annotatedElement,
JavaReflectionManager factory) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj)
Returns true if the underlying artefact
is the same
|
<T extends Annotation> |
getAnnotation(Class<T> annotationType) |
Annotation[] |
getAnnotations() |
protected JavaReflectionManager |
getFactory() |
int |
hashCode() |
<T extends Annotation> |
isAnnotationPresent(Class<T> annotationType) |
(专用程序包) AnnotatedElement |
toAnnotatedElement() |
String |
toString() |
public JavaXAnnotatedElement(AnnotatedElement annotatedElement, JavaReflectionManager factory)
protected JavaReflectionManager getFactory()
public <T extends Annotation> T getAnnotation(Class<T> annotationType)
getAnnotation 在接口中 XAnnotatedElementpublic <T extends Annotation> boolean isAnnotationPresent(Class<T> annotationType)
isAnnotationPresent 在接口中 XAnnotatedElementpublic Annotation[] getAnnotations()
getAnnotations 在接口中 XAnnotatedElementAnnotatedElement toAnnotatedElement()
public boolean equals(Object obj)
XAnnotatedElementequals 在接口中 XAnnotatedElementequals 在类中 ObjectCopyright © 2020. All rights reserved.