public class DefaultPropertyAccessor extends Object implements PropertyAccessor
| Modifier and Type | Field and Description | 
|---|---|
static PropertyAccessor | 
INSTANCE  | 
| Constructor and Description | 
|---|
DefaultPropertyAccessor()  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
read(Object owner,
    String propertyName)  | 
void | 
write(Object owner,
     String propertyName,
     Object value)  | 
public static final PropertyAccessor INSTANCE
public Object read(Object owner, String propertyName)
read in interface PropertyReaderpublic void write(Object owner, String propertyName, Object value)
write in interface PropertyWriter