public interface EventPropertyGetterMapped
Modifier and Type | Method and Description |
---|---|
Object |
get(EventBean eventBean,
String mapKey)
Return the value for the property in the event object specified when the instance was obtained.
|
Object get(EventBean eventBean, 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