Package | Description |
---|---|
com.espertech.esper.event |
This package defines the internal event APIs.
|
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.
|
com.espertech.esper.event.property |
Parsers and business objects to handle nested, indexed, mapped or generally complex properties for use in JavaBean
access
|
Class and Description |
---|
IndexedProperty
Represents an indexed property or array property, ie.
|
MappedProperty
Represents a mapped property or array property, ie.
|
Property
Interface for a property of an event of type BeanEventType (JavaBean event).
|
Class and Description |
---|
IndexedProperty
Represents an indexed property or array property, ie.
|
MappedProperty
Represents a mapped property or array property, ie.
|
Property
Interface for a property of an event of type BeanEventType (JavaBean event).
|
Class and Description |
---|
GenericPropertyDesc
Descriptor for a type and its generic type, if any.
|
Class and Description |
---|
IndexedProperty
Represents an indexed property or array property, ie.
|
MappedProperty
Represents a mapped property or array property, ie.
|
Property
Interface for a property of an event of type BeanEventType (JavaBean event).
|
Class and Description |
---|
DynamicProperty
Marker interface for dynamic properties.
|
GenericPropertyDesc
Descriptor for a type and its generic type, if any.
|
Property
Interface for a property of an event of type BeanEventType (JavaBean event).
|
PropertyBase
All properties have a property name and this is the abstract base class that serves up the property name.
|
PropertySimple |
PropertyWithIndex |
PropertyWithKey |