public class DefaultPropertyAccessor extends Object implements PropertyAccessor
| Modifier and Type | Field and Description | 
|---|---|
| static PropertyAccessor | INSTANCE | 
| Constructor and Description | 
|---|
| DefaultPropertyAccessor() | 
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