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