Package | Description |
---|---|
com.espertech.esper.common.internal.event.arr |
Object-array event type.
|
com.espertech.esper.common.internal.event.core |
This package defines the internal event APIs.
|
com.espertech.esper.common.internal.event.map |
Map-underlying event classes are here.
|
com.espertech.esper.common.internal.event.property |
Parsers and business objects to handle nested, indexed, mapped or generally complex properties for use in JavaBean
access
|
Modifier and Type | Interface and Description |
---|---|
interface |
ObjectArrayEventPropertyGetterAndIndexed
Property getter for Object-array-underlying events.
|
interface |
ObjectArrayEventPropertyGetterAndMapped
Property getter for Map-underlying events.
|
Modifier and Type | Class and Description |
---|---|
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 |
ObjectArrayArrayPropertyGetter
Getter for Map-entries with well-defined fragment type.
|
class |
ObjectArrayDynamicPropertyGetter
Getter for a dynamic property (syntax field.inner?), using vanilla reflection.
|
class |
ObjectArrayEntryPropertyGetter
A getter for use with Map-based events simply returns the value for the key.
|
class |
ObjectArrayEventBeanArrayIndexedElementPropertyGetter
Getter for an array of event bean using a nested getter.
|
class |
ObjectArrayEventBeanArrayIndexedPropertyGetter
Getter for array events.
|
class |
ObjectArrayEventBeanArrayPropertyGetter
Returns the event bean or the underlying array.
|
class |
ObjectArrayEventBeanEntryPropertyGetter
A getter that works on EventBean events residing within a Map as an event property.
|
class |
ObjectArrayEventBeanPropertyGetter
A getter for use with Map-based events simply returns the value for the key.
|
class |
ObjectArrayFragmentArrayPropertyGetter
Getter for map array.
|
class |
ObjectArrayIndexedPropertyGetter
Getter for a dynamic indexed property for maps.
|
class |
ObjectArrayMappedPropertyGetter
Getter for a dynamic mappeds property for maps.
|
class |
ObjectArrayMapPropertyGetter |
class |
ObjectArrayNestedEntryPropertyGetterArrayMap
A getter that works on EventBean events residing within a Map as an event property.
|
class |
ObjectArrayNestedEntryPropertyGetterArrayObjectArray |
class |
ObjectArrayNestedEntryPropertyGetterBase |
class |
ObjectArrayNestedEntryPropertyGetterMap
A getter that works on EventBean events residing within a Map as an event property.
|
class |
ObjectArrayNestedEntryPropertyGetterObjectArray
A getter that works on EventBean events 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.
|
class |
ObjectArrayPropertyGetterDefaultBase
Getter for map entry.
|
class |
ObjectArrayPropertyGetterDefaultMap
Getter for map entry.
|
class |
ObjectArrayPropertyGetterDefaultObjectArray
Getter for map entry.
|
Constructor and Description |
---|
ObjectArrayNestedEntryPropertyGetterArrayObjectArray(int propertyIndex,
EventType fragmentType,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
int index,
ObjectArrayEventPropertyGetter getter) |
ObjectArrayNestedEntryPropertyGetterObjectArray(int propertyIndex,
EventType fragmentType,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
ObjectArrayEventPropertyGetter arrayGetter) |
Constructor and Description |
---|
MapNestedEntryPropertyGetterArrayObjectArray(String propertyMap,
EventType fragmentType,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
int index,
ObjectArrayEventPropertyGetter getter) |
MapNestedEntryPropertyGetterObjectArray(String propertyMap,
EventType fragmentType,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
ObjectArrayEventPropertyGetter arrayGetter) |
Copyright © 2005–2018. All rights reserved.