public interface BeanEventPropertyGetter extends EventPropertyGetter
Modifier and Type | Method and Description |
---|---|
Object |
getBeanProp(Object object)
Returns the property as an object.
|
boolean |
isBeanExistsProperty(Object object)
Returns true if the dynamic property exists.
|
get, getFragment, isExistsProperty
Object getBeanProp(Object object) throws PropertyAccessException
object
- to evaluatePropertyAccessException
- if access failedboolean isBeanExistsProperty(Object object)
object
- to evaluate