public interface BeanEventPropertyGetter extends EventPropertyGetterSPI
Modifier and Type | Method and Description |
---|---|
Object |
getBeanProp(Object object)
Returns the property as an object.
|
Class |
getBeanPropType() |
Class |
getTargetType() |
boolean |
isBeanExistsProperty(Object object)
Returns true if the dynamic property exists.
|
codegenEventBeanExists, codegenEventBeanFragment, codegenEventBeanGet, codegenUnderlyingExists, codegenUnderlyingFragment, codegenUnderlyingGet
get, getFragment, isExistsProperty
Object getBeanProp(Object object) throws PropertyAccessException
object
- to evaluatePropertyAccessException
- if access failedboolean isBeanExistsProperty(Object object)
object
- to evaluateClass getBeanPropType()
Class getTargetType()