public static interface SourceUtils.BeanProperty
| Modifier and Type | Method and Description |
|---|---|
SourceUtils.ACCESS_TYPE |
getAccessType() |
<T extends Annotation> |
getAnnotation(Class<T> annotationType) |
AnnotationMirror |
getAnnotationMirror(Class<? extends Annotation> annotationType) |
String |
getDocComment()
Get JavaDoc comment of appropriate bean property element. |
String |
getName()
|
ClassName |
getType()
Bean property type |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationType) |
boolean |
isExists()
Is this property implementted by component |
String getName()
String getDocComment()
Get JavaDoc comment of appropriate bean property element.
ClassName getType()
Bean property type
boolean isExists()
Is this property implementted by component
boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
AnnotationMirror getAnnotationMirror(Class<? extends Annotation> annotationType)
<T extends Annotation> T getAnnotation(Class<T> annotationType)
SourceUtils.ACCESS_TYPE getAccessType()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.