Uses of Interface
com.espertech.esper.event.property.Property

Packages that use Property
com.espertech.esper.event This package defines the internal event APIs. 
com.espertech.esper.event.arr Object-array event type. 
com.espertech.esper.event.map Map-underlying event classes are here. 
com.espertech.esper.event.property Parsers and business objects to handle nested, indexed, mapped or generally complex properties for use in JavaBean access 
 

Uses of Property in com.espertech.esper.event
 

Methods in com.espertech.esper.event with parameters of type Property
 EventPropertyGetter EventTypeNestableGetterFactory.getPropertyProvidedGetter(java.util.Map<java.lang.String,java.lang.Object> nestableTypes, java.lang.String propertyName, Property prop, EventAdapterService eventAdapterService)
           
 

Method parameters in com.espertech.esper.event with type arguments of type Property
static EventPropertyDescriptor EventTypeUtility.getNestablePropertyDescriptor(EventType target, java.util.Deque<Property> stack)
           
 

Uses of Property in com.espertech.esper.event.arr
 

Methods in com.espertech.esper.event.arr with parameters of type Property
 EventPropertyGetter EventTypeNestableGetterFactoryObjectArray.getPropertyProvidedGetter(java.util.Map<java.lang.String,java.lang.Object> nestableTypes, java.lang.String propertyName, Property prop, EventAdapterService eventAdapterService)
           
 

Uses of Property in com.espertech.esper.event.map
 

Methods in com.espertech.esper.event.map with parameters of type Property
 EventPropertyGetter EventTypeNestableGetterFactoryMap.getPropertyProvidedGetter(java.util.Map<java.lang.String,java.lang.Object> nestableTypes, java.lang.String propertyName, Property prop, EventAdapterService eventAdapterService)
           
 

Uses of Property in com.espertech.esper.event.property
 

Classes in com.espertech.esper.event.property that implement Property
 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.
 class IndexedProperty
          Represents an indexed property or array property, ie.
 class MappedProperty
          Represents a mapped property or array property, ie.
 class NestedProperty
          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 PropertyBase
          All properties have a property name and this is the abstract base class that serves up the property name.
 class SimpleProperty
          Represents a simple property of a given name.
 

Methods in com.espertech.esper.event.property that return Property
static Property PropertyParser.parseAndWalk(java.lang.String property)
           
static Property PropertyParser.parseAndWalk(java.lang.String property, boolean isRootedDynamic)
           
static Property PropertyParser.walk(EsperEPL2GrammarParser.StartEventPropertyRuleContext tree, boolean isRootedDynamic)
          Parse the given property name returning a Property instance for the property.
 

Methods in com.espertech.esper.event.property that return types with arguments of type Property
 java.util.List<Property> NestedProperty.getProperties()
          Returns the list of property instances making up the nesting levels.
 

Constructor parameters in com.espertech.esper.event.property with type arguments of type Property
NestedProperty(java.util.List<Property> properties)
          Ctor.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com