Uses of Interface
com.espertech.esper.common.internal.event.property.Property
Packages that use 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
Methods in com.espertech.esper.common.internal.event.arr with parameters of type PropertyModifier and TypeMethodDescriptionEventTypeNestableGetterFactoryObjectArray.getGetterRootedDynamicNested
(Property prop, EventBeanTypedEventFactory eventBeanTypedEventFactory, BeanEventTypeFactory beanEventTypeFactory) -
Uses of Property in com.espertech.esper.common.internal.event.core
Methods in com.espertech.esper.common.internal.event.core with parameters of type PropertyModifier and TypeMethodDescriptionEventTypeNestableGetterFactory.getGetterRootedDynamicNested
(Property prop, EventBeanTypedEventFactory eventBeanTypedEventFactory, BeanEventTypeFactory beanEventTypeFactory) Method parameters in com.espertech.esper.common.internal.event.core with type arguments of type PropertyModifier and TypeMethodDescriptionstatic EventPropertyDescriptor
EventTypeUtility.getNestablePropertyDescriptor
(EventType target, Deque<Property> stack) -
Uses of Property in com.espertech.esper.common.internal.event.json.core
Methods in com.espertech.esper.common.internal.event.json.core with parameters of type PropertyModifier and TypeMethodDescriptionEventTypeNestableGetterFactoryJson.getGetterRootedDynamicNested
(Property prop, EventBeanTypedEventFactory eventBeanTypedEventFactory, BeanEventTypeFactory beanEventTypeFactory) -
Uses of Property in com.espertech.esper.common.internal.event.map
Methods in com.espertech.esper.common.internal.event.map with parameters of type PropertyModifier and TypeMethodDescriptionEventTypeNestableGetterFactoryMap.getGetterRootedDynamicNested
(Property prop, EventBeanTypedEventFactory eventBeanTypedEventFactory, BeanEventTypeFactory beanEventTypeFactory) -
Uses of Property in com.espertech.esper.common.internal.event.property
Subinterfaces of Property in com.espertech.esper.common.internal.event.propertyModifier and TypeInterfaceDescriptioninterface
Marker interface for dynamic properties.Classes in com.espertech.esper.common.internal.event.property that implement PropertyModifier 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.Methods in com.espertech.esper.common.internal.event.property that return PropertyModifier and TypeMethodDescriptionstatic Property
PropertyParser.parseAndWalk
(String propertyNested, boolean isRootedDynamic) static Property
PropertyParser.parseAndWalkLaxToSimple
(String propertyName) Methods in com.espertech.esper.common.internal.event.property that return types with arguments of type PropertyModifier and TypeMethodDescriptionNestedProperty.getProperties()
Returns the list of property instances making up the nesting levels.Methods in com.espertech.esper.common.internal.event.property with parameters of type PropertyConstructor parameters in com.espertech.esper.common.internal.event.property with type arguments of type Property -
Uses of Property in com.espertech.esper.common.internal.event.propertyparser
Methods in com.espertech.esper.common.internal.event.propertyparser that return PropertyModifier and TypeMethodDescriptionstatic Property
PropertyParserNoDep.parseAndWalkLaxToSimple
(String expression, boolean rootedDynamic) PropertyTokenParser.property()
-
Uses of Property in com.espertech.esper.common.internal.event.xml
Methods in com.espertech.esper.common.internal.event.xml with parameters of type Property