public interface BeanEventPropertyGetter extends EventPropertyGetterSPI
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getBeanProp(java.lang.Object object)
Returns the property as an object.
|
java.lang.Class |
getBeanPropType() |
java.lang.Class |
getTargetType() |
boolean |
isBeanExistsProperty(java.lang.Object object)
Returns true if the dynamic property exists.
|
eventBeanExistsCodegen, eventBeanFragmentCodegen, eventBeanGetCodegen, underlyingExistsCodegen, underlyingFragmentCodegen, underlyingGetCodegen
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 evaluatejava.lang.Class getBeanPropType()
java.lang.Class getTargetType()