public class UIDProperty extends Property
| Constructor and Description |
|---|
UIDProperty(Converters converters) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> annotationClass,
boolean recursive) |
Class<?> |
getDeclaringClass() |
Object |
getProperty(Object instance) |
Type |
getType() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationClass,
boolean recursive) |
void |
setProperty(Object instance,
Object value,
boolean convert) |
convert, getAnnotation, getConverters, getName, isAnnotationPresent, setProperty, toStringpublic UIDProperty(Converters converters)
public boolean isAnnotationPresent(Class<? extends Annotation> annotationClass, boolean recursive)
isAnnotationPresent in class Propertypublic <T extends Annotation> T getAnnotation(Class<T> annotationClass, boolean recursive)
getAnnotation in class Propertypublic Class<?> getDeclaringClass()
getDeclaringClass in class Propertypublic void setProperty(Object instance, Object value, boolean convert)
setProperty in class Propertypublic Object getProperty(Object instance)
getProperty in class Property