public class BeanPropertyAnnotationWrapper extends BeanPropertyWrapper implements BeanPropertyAnnotation
beanProperty| Constructor and Description |
|---|
BeanPropertyAnnotationWrapper(BeanPropertyAnnotation beanProperty) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> annotation) |
String |
getBeanName() |
EnumerationType |
getEnumProperty() |
FetchType |
getFetchType() |
ScopeType |
getScope() |
String |
getTemporalProperty() |
Type |
getTypeInstance() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotation) |
canGet, canSet, get, getDeclaredGenericType, getDeclaredType, getField, getGenericType, getGet, getName, getSet, getType, set, setField, setGet, setName, setSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanGet, canSet, get, getDeclaredGenericType, getDeclaredType, getField, getGenericType, getGet, getName, getSet, getType, set, setField, setGet, setName, setSetpublic BeanPropertyAnnotationWrapper(BeanPropertyAnnotation beanProperty)
public <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.