public class JavaPropertyAccessor extends AbstractAnnotatedAccessor implements PropertyAccessor
Modifier and Type | Field and Description |
---|---|
static String |
copyright |
static org.slf4j.Logger |
logger |
annotations
Constructor and Description |
---|
JavaPropertyAccessor(PropertyDescriptor propertyDescriptor) |
Modifier and Type | Method and Description |
---|---|
Object |
get(Object obj) |
int |
getModifiers() |
String |
getName() |
Class |
getType() |
void |
set(Object obj,
Object value) |
String |
toString() |
getAnnotation, getAnnotations, getDeclaredAnnotations, isAnnotationPresent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAnnotation, getAnnotations, getDeclaredAnnotations, isAnnotationPresent
public static final String copyright
public static final org.slf4j.Logger logger
public JavaPropertyAccessor(PropertyDescriptor propertyDescriptor)
public String getName()
getName
in interface PropertyAccessor
public Class getType()
getType
in interface PropertyAccessor
public int getModifiers()
getModifiers
in interface PropertyAccessor
public Object get(Object obj)
get
in interface PropertyAccessor
public void set(Object obj, Object value)
set
in interface PropertyAccessor