public interface PropertyResolver
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPropertyName()
Get the name of the property.
|
java.lang.Object |
getPropertyValue(java.lang.Object object)
Get the value property from a given object.
|
@NotNull java.lang.String getPropertyName()
java.lang.Object getPropertyValue(java.lang.Object object)
throws PropertyResolveException
object - the objectPropertyResolveException - on errors during the resolve