Uses of Interface
com.espertech.esper.common.internal.event.property.Property
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
XML event wrappers
-
Uses of Property in com.espertech.esper.common.internal.event.arr
Modifier and TypeMethodDescriptionEventTypeNestableGetterFactoryObjectArray.getGetterRootedDynamicNested
(Property prop, EventBeanTypedEventFactory eventBeanTypedEventFactory, BeanEventTypeFactory beanEventTypeFactory) -
Uses of Property in com.espertech.esper.common.internal.event.core
Modifier and TypeMethodDescriptionEventTypeNestableGetterFactory.getGetterRootedDynamicNested
(Property prop, EventBeanTypedEventFactory eventBeanTypedEventFactory, BeanEventTypeFactory beanEventTypeFactory) Modifier and TypeMethodDescriptionstatic EventPropertyDescriptor
EventTypeUtility.getNestablePropertyDescriptor
(EventType target, Deque<Property> stack) -
Uses of Property in com.espertech.esper.common.internal.event.json.core
Modifier and TypeMethodDescriptionEventTypeNestableGetterFactoryJson.getGetterRootedDynamicNested
(Property prop, EventBeanTypedEventFactory eventBeanTypedEventFactory, BeanEventTypeFactory beanEventTypeFactory) -
Uses of Property in com.espertech.esper.common.internal.event.map
Modifier and TypeMethodDescriptionEventTypeNestableGetterFactoryMap.getGetterRootedDynamicNested
(Property prop, EventBeanTypedEventFactory eventBeanTypedEventFactory, BeanEventTypeFactory beanEventTypeFactory) -
Uses of Property in com.espertech.esper.common.internal.event.property
Modifier and TypeInterfaceDescriptioninterface
Marker interface for dynamic properties.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.class
Represents an indexed property or array property, ie.class
Represents a mapped property or array property, ie.class
This class represents a nested property, each nesting level made up of a property instance that can be of type indexed, mapped or simple itself.class
All properties have a property name and this is the abstract base class that serves up the property name.class
Represents a simple property of a given name.Modifier and TypeMethodDescriptionstatic Property
PropertyParser.parseAndWalk
(String propertyNested, boolean isRootedDynamic) static Property
PropertyParser.parseAndWalkLaxToSimple
(String propertyName) Modifier and TypeMethodDescriptionNestedProperty.getProperties()
Returns the list of property instances making up the nesting levels. -
Uses of Property in com.espertech.esper.common.internal.event.propertyparser
Modifier and TypeMethodDescriptionstatic Property
PropertyParserNoDep.parseAndWalkLaxToSimple
(String expression, boolean rootedDynamic) PropertyTokenParser.property()
-
Uses of Property in com.espertech.esper.common.internal.event.xml