Package | Description |
---|---|
com.espertech.esper.event |
This package defines the internal event APIs.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,PropertySetDescriptorItem> |
BaseNestableEventType.propertyItems |
Modifier and Type | Method and Description |
---|---|
Map<String,PropertySetDescriptorItem> |
PropertySetDescriptor.getPropertyItems() |
Modifier and Type | Method and Description |
---|---|
static EventPropertyGetterSPI |
EventTypeUtility.getNestableGetter(String propertyName,
Map<String,PropertySetDescriptorItem> propertyGetters,
Map<String,EventPropertyGetterSPI> propertyGetterCache,
Map<String,Object> nestableTypes,
EventAdapterService eventAdapterService,
EventTypeNestableGetterFactory factory,
boolean isObjectArray) |
static Class |
EventTypeUtility.getNestablePropertyType(String propertyName,
Map<String,PropertySetDescriptorItem> simplePropertyTypes,
Map<String,Object> nestableTypes,
EventAdapterService eventAdapterService) |
Constructor and Description |
---|
PropertySetDescriptor(List<String> propertyNameList,
List<EventPropertyDescriptor> propertyDescriptors,
Map<String,PropertySetDescriptorItem> propertyItems,
Map<String,Object> nestableTypes) |