Interface MapEventPropertyGetter
- All Superinterfaces:
EventPropertyGetter
,EventPropertyGetterSPI
,EventPropertyValueGetter
,EventPropertyValueGetterForge
- All Known Subinterfaces:
MapEventPropertyGetterAndIndexed
,MapEventPropertyGetterAndMapped
- All Known Implementing Classes:
MapArrayPOJOBeanEntryIndexedPropertyGetter
,MapArrayPOJOEntryIndexedPropertyGetter
,MapArrayPropertyGetter
,MapDynamicPropertyGetter
,MapEntryPropertyGetter
,MapEventBeanArrayIndexedElementPropertyGetter
,MapEventBeanArrayIndexedPropertyGetter
,MapEventBeanArrayPropertyGetter
,MapEventBeanEntryPropertyGetter
,MapEventBeanPropertyGetter
,MapFragmentArrayPropertyGetter
,MapIndexedPropertyGetter
,MapMappedPropertyGetter
,MapMapPropertyGetter
,MapNestedEntryPropertyGetterArrayMap
,MapNestedEntryPropertyGetterArrayObjectArray
,MapNestedEntryPropertyGetterBase
,MapNestedEntryPropertyGetterMap
,MapNestedEntryPropertyGetterObjectArray
,MapNestedEntryPropertyGetterPropertyProvidedDynamic
,MapNestedPropertyGetterMapOnly
,MapNestedPropertyGetterMixedType
,MapPOJOEntryPropertyGetter
,MapPropertyGetterDefaultBase
,MapPropertyGetterDefaultMap
,MapPropertyGetterDefaultNoFragment
,MapPropertyGetterDefaultObjectArray
Property getter for Map-underlying events.
-
Field Summary
Fields inherited from interface com.espertech.esper.common.client.EventPropertyValueGetter
EPTYPE, EPTYPEARRAY
-
Method Summary
Methods inherited from interface com.espertech.esper.common.client.EventPropertyGetter
getFragment, isExistsProperty
Methods inherited from interface com.espertech.esper.common.internal.event.core.EventPropertyGetterSPI
eventBeanExistsCodegen, eventBeanFragmentCodegen, underlyingExistsCodegen, underlyingFragmentCodegen, underlyingGetCodegen
Methods inherited from interface com.espertech.esper.common.client.EventPropertyValueGetter
get
Methods inherited from interface com.espertech.esper.common.internal.event.core.EventPropertyValueGetterForge
eventBeanGetCodegen
-
Method Details
-
getMap
Returns a property of an event.- Parameters:
map
- to interrogate- Returns:
- property value
- Throws:
PropertyAccessException
- for property access errors
-
isMapExistsProperty
Exists-function for properties in a map-type event.- Parameters:
map
- to interrogate- Returns:
- indicator
-