Package | Description |
---|---|
com.espertech.esper.common.client |
Common API: Classes that are generally relevant to both the compiler API and the processEvent API.
|
Modifier and Type | Method and Description |
---|---|
static PropertyAccessException |
PropertyAccessException.notAValidProperty(java.lang.String propertyExpression)
Generates the Not-A-Valid-Property exception
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
EventPropertyValueGetter.get(EventBean eventBean)
Return the value for the property in the event object specified when the instance was obtained.
|
java.lang.Object |
EventPropertyGetterIndexed.get(EventBean eventBean,
int index)
Return the value for the property in the event object specified when the instance was obtained.
|
java.lang.Object |
EventPropertyGetterMapped.get(EventBean eventBean,
java.lang.String mapKey)
Return the value for the property in the event object specified when the instance was obtained.
|
java.lang.Object |
EventBean.get(java.lang.String propertyExpression)
Returns the value of an event property for the given property name or property expression.
|
java.lang.Object |
EventPropertyGetter.getFragment(EventBean eventBean)
|
java.lang.Object |
EventBean.getFragment(java.lang.String propertyExpression)
Returns event beans or array of event bean for a property name or property expression.
|