Uses of Class
com.espertech.esper.common.internal.event.bean.getter.BaseNativePropertyGetter
Package
Description
Object-array event type.
Map-underlying event classes are here.
-
Uses of BaseNativePropertyGetter in com.espertech.esper.common.internal.event.arr
Modifier and TypeClassDescriptionclass
A getter that works on POJO events residing within a Map as an event property.class
A getter that works on arrays residing within a Map as an event property.class
A getter that works on POJO events residing within a Map as an event property. -
Uses of BaseNativePropertyGetter in com.espertech.esper.common.internal.event.bean.getter
Modifier and TypeClassDescriptionclass
Getter for an array property backed by a field, identified by a given index, using vanilla reflection.class
Getter for an array property identified by a given index, using vanilla reflection.class
Getter for an iterable property backed by a field, identified by a given index, using vanilla reflection.class
Getter for an iterable property identified by a given index, 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.class
Getter for a key property identified by a given key value, using vanilla reflection.class
Getter for a list property backed by a field, identified by a given index, using vanilla reflection.class
Getter for a list property identified by a given index, using vanilla reflection.class
Getter for one or more levels deep nested properties.final class
Property getter for fields using Java's vanilla reflection.final class
Property getter for methods using Java's vanilla reflection. -
Uses of BaseNativePropertyGetter in com.espertech.esper.common.internal.event.json.getter.provided
Modifier and TypeClassDescriptionclass
A getter that works on POJO events residing within a Map as an event property.final class
Property getter for Json underlying fields.class
-
Uses of BaseNativePropertyGetter in com.espertech.esper.common.internal.event.map
Modifier and TypeClassDescriptionclass
A getter that works on POJO events residing within a Map as an event property.class
A getter that works on arrays residing within a Map as an event property.class
A getter that works on POJO events residing within a Map as an event property.