public interface EventPropertyGetterMapped
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(EventBean eventBean,
java.lang.String mapKey)
Return the value for the property in the event object specified when the instance was obtained.
|
java.lang.Object get(EventBean eventBean, java.lang.String mapKey) throws PropertyAccessException
eventBean
- is the event to get the value of a property frommapKey
- the map key valuePropertyAccessException
- to indicate that property access failed