public class PropertyAccessorDecorator extends AbstractAnnotatedAccessor implements PropertyAccessor
| Modifier and Type | Field and Description |
|---|---|
static String |
copyright |
annotations| Constructor and Description |
|---|
PropertyAccessorDecorator(PropertyAccessor delegate,
PropertyAccessor decorator) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(Object obj) |
int |
getModifiers() |
String |
getName() |
Class |
getType() |
void |
set(Object obj,
Object value) |
getAnnotation, getAnnotations, getDeclaredAnnotations, isAnnotationPresentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAnnotation, getAnnotations, getDeclaredAnnotations, isAnnotationPresentpublic static final String copyright
public PropertyAccessorDecorator(PropertyAccessor delegate, PropertyAccessor decorator)
public String getName()
getName in interface PropertyAccessorpublic Class getType()
getType in interface PropertyAccessorpublic int getModifiers()
getModifiers in interface PropertyAccessorpublic Object get(Object obj)
get in interface PropertyAccessorpublic void set(Object obj, Object value)
set in interface PropertyAccessor