|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseNativePropertyGetter | |
---|---|
com.espertech.esper.event.arr | Object-array event type. |
com.espertech.esper.event.bean | JavaBean and legacy Java underlying event classes are here. |
com.espertech.esper.event.map | Map-underlying event classes are here. |
Uses of BaseNativePropertyGetter in com.espertech.esper.event.arr |
---|
Subclasses of BaseNativePropertyGetter in com.espertech.esper.event.arr | |
---|---|
class |
ObjectArrayArrayPOJOBeanEntryIndexedPropertyGetter
A getter that works on POJO events residing within a Map as an event property. |
class |
ObjectArrayArrayPOJOEntryIndexedPropertyGetter
A getter that works on arrays residing within a Map as an event property. |
class |
ObjectArrayPOJOEntryPropertyGetter
A getter that works on POJO events residing within a Map as an event property. |
Uses of BaseNativePropertyGetter in com.espertech.esper.event.bean |
---|
Subclasses of BaseNativePropertyGetter in com.espertech.esper.event.bean | |
---|---|
class |
ArrayFastPropertyGetter
Getter for an array property identified by a given index, using the CGLIB fast method. |
class |
ArrayFieldPropertyGetter
Getter for an array property backed by a field, identified by a given index, using vanilla reflection. |
class |
ArrayMethodPropertyGetter
Getter for an array property identified by a given index, using vanilla reflection. |
class |
CGLibPropertyGetter
Property getter using CGLib's FastMethod instance. |
class |
IterableFastPropertyGetter
Getter for a iterable property identified by a given index, using the CGLIB fast method. |
class |
IterableFieldPropertyGetter
Getter for an iterable property backed by a field, identified by a given index, using vanilla reflection. |
class |
IterableMethodPropertyGetter
Getter for an iterable property identified by a given index, using vanilla reflection. |
class |
KeyedFastPropertyGetter
Getter for a key property identified by a given key value, using the CGLIB fast method. |
class |
KeyedMapFastPropertyGetter
Getter for a key property identified by a given key value of a map, using the CGLIB fast method. |
class |
KeyedMapFieldPropertyGetter
Getter for a key property identified by a given key value, using vanilla reflection. |
class |
KeyedMapMethodPropertyGetter
Getter for a key property identified by a given key value, using vanilla reflection. |
class |
KeyedMethodPropertyGetter
Getter for a key property identified by a given key value, using vanilla reflection. |
class |
ListFastPropertyGetter
Getter for a list property identified by a given index, using the CGLIB fast method. |
class |
ListFieldPropertyGetter
Getter for a list property backed by a field, identified by a given index, using vanilla reflection. |
class |
ListMethodPropertyGetter
Getter for a list property identified by a given index, using vanilla reflection. |
class |
NestedPropertyGetter
Getter for one or more levels deep nested properties. |
class |
ReflectionPropFieldGetter
Property getter for fields using Java's vanilla reflection. |
class |
ReflectionPropMethodGetter
Property getter for methods using Java's vanilla reflection. |
Uses of BaseNativePropertyGetter in com.espertech.esper.event.map |
---|
Subclasses of BaseNativePropertyGetter in com.espertech.esper.event.map | |
---|---|
class |
MapArrayPOJOBeanEntryIndexedPropertyGetter
A getter that works on POJO events residing within a Map as an event property. |
class |
MapArrayPOJOEntryIndexedPropertyGetter
A getter that works on arrays residing within a Map as an event property. |
class |
MapPOJOEntryPropertyGetter
A getter that works on POJO events residing within a Map as an event property. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |