Uses of Interface
com.espertech.esper.common.client.EventPropertyGetterMapped
Package
Description
Common API: Classes that are generally relevant to both the compiler API and the processEvent API.
Object-array event type.
JavaBean and legacy Java underlying event classes are here.
This package defines the internal event APIs.
Map-underlying event classes are here.
Event wrap refers to adding properties to an existing event
-
Uses of EventPropertyGetterMapped in com.espertech.esper.common.client
Modifier and TypeMethodDescriptionEventType.getGetterMapped
(String mappedPropertyName) Get the getter of an event property that is a mapped event property: Getters are useful when an application receives events of the same event type multiple times and requires fast access to a mapped property. -
Uses of EventPropertyGetterMapped in com.espertech.esper.common.internal.event.arr
Modifier and TypeInterfaceDescriptioninterface
Property getter for Map-underlying events.Modifier and TypeClassDescriptionclass
Getter for a dynamic mappeds property for maps. -
Uses of EventPropertyGetterMapped in com.espertech.esper.common.internal.event.bean.core
-
Uses of EventPropertyGetterMapped in com.espertech.esper.common.internal.event.bean.getter
Modifier and TypeClassDescriptionclass
Getter for a key property identified by a given key value, using vanilla reflection.class
Getter for a key property identified by a given key value, using vanilla reflection.class
Getter for a key property identified by a given key value, using vanilla reflection. -
Uses of EventPropertyGetterMapped in com.espertech.esper.common.internal.event.core
Modifier and TypeInterfaceDescriptioninterface
interface
Modifier and TypeMethodDescriptionBaseConfigurableEventType.getGetterMapped
(String mappedProperty) BaseNestableEventType.getGetterMapped
(String mappedPropertyName) WrapperEventType.getGetterMapped
(String mappedProperty) -
Uses of EventPropertyGetterMapped in com.espertech.esper.common.internal.event.json.getter.fromschema
Modifier and TypeClassDescriptionfinal class
Property getter for Json underlying fields. -
Uses of EventPropertyGetterMapped in com.espertech.esper.common.internal.event.json.getter.provided
Modifier and TypeClassDescriptionfinal class
Property getter for Json underlying fields. -
Uses of EventPropertyGetterMapped in com.espertech.esper.common.internal.event.map
Modifier and TypeInterfaceDescriptioninterface
Property getter for Map-underlying events.Modifier and TypeClassDescriptionclass
Getter for a dynamic mappeds property for maps. -
Uses of EventPropertyGetterMapped in com.espertech.esper.common.internal.event.variant
-
Uses of EventPropertyGetterMapped in com.espertech.esper.common.internal.event.wrap