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.json.core | |
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 | Method and Description |
---|---|
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryObjectArray.getPropertyDynamicGetter(Map<String,Object> nestableTypes,
String propertyExpression,
DynamicProperty prop,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
BeanEventTypeFactory beanEventTypeFactory) |
Modifier and Type | Method and Description |
---|---|
EventPropertyGetterSPI |
EventTypeNestableGetterFactory.getPropertyDynamicGetter(Map<String,Object> nestableTypes,
String propertyExpression,
DynamicProperty prop,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
BeanEventTypeFactory beanEventTypeFactory) |
Modifier and Type | Method and Description |
---|---|
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryJson.getPropertyDynamicGetter(Map<String,Object> nestableTypes,
String propertyExpression,
DynamicProperty prop,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
BeanEventTypeFactory beanEventTypeFactory) |
Modifier and Type | Method and Description |
---|---|
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryMap.getPropertyDynamicGetter(Map<String,Object> nestableTypes,
String propertyExpression,
DynamicProperty prop,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
BeanEventTypeFactory beanEventTypeFactory) |
Modifier and Type | Class and Description |
---|---|
class |
DynamicIndexedProperty
Represents a dynamic indexed property of a given name.
|
class |
DynamicMappedProperty
Represents a dynamic mapped property of a given name.
|
class |
DynamicSimpleProperty
Represents a dynamic simple property of a given name.
|
Copyright © 2005–2021. All rights reserved.