Package com.espertech.esper.event.property

Parsers and business objects to handle nested, indexed, mapped or generally complex properties for use in JavaBean access

See:
          Description

Interface Summary
DynamicProperty Marker interface for dynamic properties.
Property Interface for a property of an event of type BeanEventType (JavaBean event).
 

Class Summary
DynamicIndexedProperty Represents a dynamic indexed property of a given name.
DynamicMappedProperty Represents a dynamic mapped property of a given name.
DynamicSimpleProperty Represents a dynamic simple property of a given name.
GenericPropertyDesc Descriptor for a type and its generic type, if any.
IndexedProperty Represents an indexed property or array property, ie.
MappedProperty Represents a mapped property or array property, ie.
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.
PropertyBase All properties have a property name and this is the abstract base class that serves up the property name.
PropertyParser Parser for property names that can be simple, nested, mapped or a combination of these.
SimpleProperty Represents a simple property of a given name.
 

Package com.espertech.esper.event.property Description

Parsers and business objects to handle nested, indexed, mapped or generally complex properties for use in JavaBean access


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