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