Uses of Interface
com.espertech.esper.common.internal.event.property.DynamicProperty
Packages that use 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
Methods in com.espertech.esper.common.internal.event.arr with parameters of type DynamicPropertyModifier 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
Methods in com.espertech.esper.common.internal.event.core with parameters of type DynamicPropertyModifier 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
Methods in com.espertech.esper.common.internal.event.json.core with parameters of type DynamicPropertyModifier 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
Methods in com.espertech.esper.common.internal.event.map with parameters of type DynamicPropertyModifier 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
Classes in com.espertech.esper.common.internal.event.property that implement DynamicPropertyModifier 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.