Package | Description |
---|---|
com.espertech.esper.event.bean |
JavaBean and legacy Java underlying event classes are here.
|
com.espertech.esper.event.property |
Parsers and business objects to handle nested, indexed, mapped or generally complex properties for use in JavaBean
access
|
Modifier and Type | Class and Description |
---|---|
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 |
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
EventPropertyGetterAndIndexed |
IndexedProperty.getGetter(BeanEventType eventType,
EventAdapterService eventAdapterService) |