Package com.espertech.esper.common.internal.event.property
package com.espertech.esper.common.internal.event.property
Parsers and business objects to handle nested, indexed, mapped or generally complex properties for use in JavaBean access
-
ClassDescriptionRepresents a dynamic indexed property of a given name.Represents a dynamic mapped property of a given name.Marker interface for dynamic properties.Represents a dynamic simple property of a given name.Represents an indexed property or array property, ie.Represents a mapped property or array property, ie.Encapsulates the parse result parsing a mapped property as a class and method name with args.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.Interface for a property of an event of type BeanEventType (JavaBean event).All properties have a property name and this is the abstract base class that serves up the property name.Represents a simple property of a given name.