Uses of Interface
com.espertech.esper.event.bean.BeanEventPropertyGetter

Packages that use BeanEventPropertyGetter
com.espertech.esper.event This package defines the internal event APIs. 
com.espertech.esper.event.arr Object-array event type. 
com.espertech.esper.event.bean JavaBean and legacy Java underlying event classes are here. 
com.espertech.esper.event.map Map-underlying event classes are here. 
 

Uses of BeanEventPropertyGetter in com.espertech.esper.event
 

Methods in com.espertech.esper.event with parameters of type BeanEventPropertyGetter
static java.lang.Object BaseNestableEventUtil.getBeanArrayValue(BeanEventPropertyGetter nestedGetter, java.lang.Object value, int index)
           
 EventPropertyGetter EventTypeNestableGetterFactory.getGetterIndexedEntryPOJO(java.lang.String propertyNameAtomic, int index, BeanEventPropertyGetter nestedGetter, EventAdapterService eventAdapterService, java.lang.Class propertyTypeGetter)
           
 EventPropertyGetter EventTypeNestableGetterFactory.getGetterNestedPOJOProp(java.lang.String propertyName, BeanEventPropertyGetter nestedGetter, EventAdapterService eventAdapterService, java.lang.Class nestedReturnType, java.lang.Class nestedComponentType)
           
 

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

Methods in com.espertech.esper.event.arr with parameters of type BeanEventPropertyGetter
 EventPropertyGetter EventTypeNestableGetterFactoryObjectArray.getGetterIndexedEntryPOJO(java.lang.String propertyNameAtomic, int index, BeanEventPropertyGetter nestedGetter, EventAdapterService eventAdapterService, java.lang.Class propertyTypeGetter)
           
 EventPropertyGetter EventTypeNestableGetterFactoryObjectArray.getGetterNestedPOJOProp(java.lang.String propertyName, BeanEventPropertyGetter nestedGetter, EventAdapterService eventAdapterService, java.lang.Class nestedReturnType, java.lang.Class nestedComponentType)
           
 

Constructors in com.espertech.esper.event.arr with parameters of type BeanEventPropertyGetter
ObjectArrayArrayPOJOBeanEntryIndexedPropertyGetter(int propertyIndex, int index, BeanEventPropertyGetter nestedGetter, EventAdapterService eventAdapterService, java.lang.Class returnType)
          Ctor.
ObjectArrayPOJOEntryPropertyGetter(int propertyIndex, BeanEventPropertyGetter entryGetter, EventAdapterService eventAdapterService, java.lang.Class returnType, java.lang.Class nestedComponentType)
          Ctor.
 

Uses of BeanEventPropertyGetter in com.espertech.esper.event.bean
 

Classes in com.espertech.esper.event.bean that implement BeanEventPropertyGetter
 class ArrayFastPropertyGetter
          Getter for an array property identified by a given index, using the CGLIB fast method.
 class ArrayFieldPropertyGetter
          Getter for an array property backed by a field, identified by a given index, using vanilla reflection.
 class ArrayMethodPropertyGetter
          Getter for an array property identified by a given index, using vanilla reflection.
 class CGLibPropertyGetter
          Property getter using CGLib's FastMethod instance.
 class DynamicIndexedPropertyGetter
          Getter for a dynamic indexed property (syntax field.indexed[0]?), using vanilla reflection.
 class DynamicMappedPropertyGetter
          Getter for a dynamic mapped property (syntax field.mapped('key')?), using vanilla reflection.
 class DynamicPropertyGetterBase
          Base class for getters for a dynamic property (syntax field.inner?), caches methods to use for classes.
 class DynamicSimplePropertyGetter
          Getter for a dynamic property (syntax field.inner?), using vanilla reflection.
 class IterableFastPropertyGetter
          Getter for a iterable property identified by a given index, using the CGLIB fast method.
 class IterableFieldPropertyGetter
          Getter for an iterable property backed by a field, identified by a given index, using vanilla reflection.
 class IterableMethodPropertyGetter
          Getter for an iterable property identified by a given index, using vanilla reflection.
 class KeyedFastPropertyGetter
          Getter for a key property identified by a given key value, using the CGLIB fast method.
 class KeyedMapFastPropertyGetter
          Getter for a key property identified by a given key value of a map, using the CGLIB fast method.
 class KeyedMapFieldPropertyGetter
          Getter for a key property identified by a given key value, using vanilla reflection.
 class KeyedMapMethodPropertyGetter
          Getter for a key property identified by a given key value, using vanilla reflection.
 class KeyedMethodPropertyGetter
          Getter for a key property identified by a given key value, using vanilla reflection.
 class ListFastPropertyGetter
          Getter for a list property identified by a given index, using the CGLIB fast method.
 class ListFieldPropertyGetter
          Getter for a list property backed by a field, identified by a given index, using vanilla reflection.
 class ListMethodPropertyGetter
          Getter for a list property identified by a given index, using vanilla reflection.
 class NestedPropertyGetter
          Getter for one or more levels deep nested properties.
 class ReflectionPropFieldGetter
          Property getter for fields using Java's vanilla reflection.
 class ReflectionPropMethodGetter
          Property getter for methods using Java's vanilla reflection.
 

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

Methods in com.espertech.esper.event.map with parameters of type BeanEventPropertyGetter
 EventPropertyGetter EventTypeNestableGetterFactoryMap.getGetterIndexedEntryPOJO(java.lang.String propertyNameAtomic, int index, BeanEventPropertyGetter nestedGetter, EventAdapterService eventAdapterService, java.lang.Class propertyTypeGetter)
           
 EventPropertyGetter EventTypeNestableGetterFactoryMap.getGetterNestedPOJOProp(java.lang.String propertyName, BeanEventPropertyGetter nestedGetter, EventAdapterService eventAdapterService, java.lang.Class nestedReturnType, java.lang.Class nestedComponentType)
           
 

Constructors in com.espertech.esper.event.map with parameters of type BeanEventPropertyGetter
MapArrayPOJOBeanEntryIndexedPropertyGetter(java.lang.String propertyMap, int index, BeanEventPropertyGetter nestedGetter, EventAdapterService eventAdapterService, java.lang.Class returnType)
          Ctor.
MapPOJOEntryPropertyGetter(java.lang.String propertyMap, BeanEventPropertyGetter mapEntryGetter, EventAdapterService eventAdapterService, java.lang.Class returnType, java.lang.Class nestedComponentType)
          Ctor.
 


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