public interface BeanDataAccessor
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(Property<?,?> property)
Returns a property value for the current bean
|
java.lang.Object |
set(Property<?,?> property,
java.lang.Object value)
Sets a property value for the current bean, returning the new internal representation.
|
java.lang.Object get(Property<?,?> property)
java.lang.Object set(Property<?,?> property, java.lang.Object value)