public interface PropertyGetter extends Serializable, PropertyHandler
| Modifier and Type | Interface and Description |
|---|---|
static class |
PropertyGetter.NullValuePolicy |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(Object entity,
Object index)
Get the property value from an entity
|
void |
setNullValuePolicy(PropertyGetter.NullValuePolicy nvp)
Set null value policy
|
PropertySetter |
setter()
Returns the corresponding setter
|
setObjectFactory, setStringValueResolvervoid setNullValuePolicy(PropertyGetter.NullValuePolicy nvp)
nvp - the policyPropertySetter setter()
Copyright © 2017. All Rights Reserved.