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