public interface MapEventPropertyGetter extends EventPropertyGetterSPI
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getMap(java.util.Map<java.lang.String,java.lang.Object> map)
Returns a property of an event.
|
boolean |
isMapExistsProperty(java.util.Map<java.lang.String,java.lang.Object> map)
Exists-function for properties in a map-type event.
|
eventBeanExistsCodegen, eventBeanFragmentCodegen, eventBeanGetCodegen, underlyingExistsCodegen, underlyingFragmentCodegen, underlyingGetCodegen
get, getFragment, isExistsProperty
java.lang.Object getMap(java.util.Map<java.lang.String,java.lang.Object> map) throws PropertyAccessException
map
- to interrogatePropertyAccessException
- for property access errorsboolean isMapExistsProperty(java.util.Map<java.lang.String,java.lang.Object> map)
map
- to interrogate