public class BeanPropertyAnnotationImp extends BeanPropertyWrapper implements BeanPropertyAnnotation
beanProperty| Constructor and Description |
|---|
BeanPropertyAnnotationImp(BeanProperty beanProperty) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> annotation) |
String |
getBeanName() |
EnumerationType |
getEnumProperty() |
FetchType |
getFetchType() |
Object |
getGenericType() |
ScopeType |
getScope() |
String |
getTemporalProperty() |
Class<?> |
getType() |
Type |
getTypeInstance() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotation) |
canGet, canSet, get, getDeclaredGenericType, getDeclaredType, getField, getGet, getName, getSet, set, setField, setGet, setName, setSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanGet, canSet, get, getDeclaredGenericType, getDeclaredType, getField, getGet, getName, getSet, set, setField, setGet, setName, setSetpublic BeanPropertyAnnotationImp(BeanProperty beanProperty)
public Object getGenericType()
getGenericType in interface BeanPropertygetGenericType in class BeanPropertyWrapperpublic Class<?> getType()
getType in interface BeanPropertygetType in class BeanPropertyWrapperpublic <T extends Annotation> T getAnnotation(Class<T> annotation)
getAnnotation in interface BeanPropertyAnnotationpublic boolean isAnnotationPresent(Class<? extends Annotation> annotation)
isAnnotationPresent in interface BeanPropertyAnnotationpublic Type getTypeInstance()
getTypeInstance in interface BeanPropertyAnnotationpublic String getTemporalProperty()
getTemporalProperty in interface BeanPropertyAnnotationpublic EnumerationType getEnumProperty()
getEnumProperty in interface BeanPropertyAnnotationpublic String getBeanName()
getBeanName in interface BeanPropertyAnnotationpublic ScopeType getScope()
getScope in interface BeanPropertyAnnotationpublic FetchType getFetchType()
getFetchType in interface BeanPropertyAnnotationCopyright © 2026 Brandao. All rights reserved.