Uses of Interface
com.espertech.esper.common.internal.event.property.DynamicProperty
Package
Description
Object-array event type.
This package defines the internal event APIs.
Map-underlying event classes are here.
Parsers and business objects to handle nested, indexed, mapped or generally complex properties for use in JavaBean
access
-
Uses of DynamicProperty in com.espertech.esper.common.internal.event.arr
Modifier and TypeMethodDescriptionEventTypeNestableGetterFactoryObjectArray.getPropertyDynamicGetter
(Map<String, Object> nestableTypes, String propertyExpression, DynamicProperty prop, EventBeanTypedEventFactory eventBeanTypedEventFactory, BeanEventTypeFactory beanEventTypeFactory) -
Uses of DynamicProperty in com.espertech.esper.common.internal.event.core
Modifier and TypeMethodDescriptionEventTypeNestableGetterFactory.getPropertyDynamicGetter
(Map<String, Object> nestableTypes, String propertyExpression, DynamicProperty prop, EventBeanTypedEventFactory eventBeanTypedEventFactory, BeanEventTypeFactory beanEventTypeFactory) -
Uses of DynamicProperty in com.espertech.esper.common.internal.event.json.core
Modifier and TypeMethodDescriptionEventTypeNestableGetterFactoryJson.getPropertyDynamicGetter
(Map<String, Object> nestableTypes, String propertyExpression, DynamicProperty prop, EventBeanTypedEventFactory eventBeanTypedEventFactory, BeanEventTypeFactory beanEventTypeFactory) -
Uses of DynamicProperty in com.espertech.esper.common.internal.event.map
Modifier and TypeMethodDescriptionEventTypeNestableGetterFactoryMap.getPropertyDynamicGetter
(Map<String, Object> nestableTypes, String propertyExpression, DynamicProperty prop, EventBeanTypedEventFactory eventBeanTypedEventFactory, BeanEventTypeFactory beanEventTypeFactory) -
Uses of DynamicProperty in com.espertech.esper.common.internal.event.property
Modifier and TypeClassDescriptionclass
Represents a dynamic indexed property of a given name.class
Represents a dynamic mapped property of a given name.class
Represents a dynamic simple property of a given name.