Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.event |
This package defines the internal event APIs.
|
com.espertech.esper.event.bean |
JavaBean and legacy Java underlying event classes are here.
|
Modifier and Type | Method and Description |
---|---|
Configuration.PropertyResolutionStyle |
ConfigurationEngineDefaults.EventMeta.getClassPropertyResolutionStyle()
Returns the property resolution style to use for resolving property names
of Java classes.
|
static Configuration.PropertyResolutionStyle |
Configuration.PropertyResolutionStyle.getDefault()
Returns the default property resolution style.
|
Configuration.PropertyResolutionStyle |
ConfigurationEventTypeLegacy.getPropertyResolutionStyle()
Returns the type's property resolution style to use.
|
static Configuration.PropertyResolutionStyle |
Configuration.PropertyResolutionStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Configuration.PropertyResolutionStyle[] |
Configuration.PropertyResolutionStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationEngineDefaults.EventMeta.setClassPropertyResolutionStyle(Configuration.PropertyResolutionStyle classPropertyResolutionStyle)
Sets the property resolution style to use for resolving property names
of Java classes.
|
void |
ConfigurationEventTypeLegacy.setPropertyResolutionStyle(Configuration.PropertyResolutionStyle propertyResolutionStyle)
Sets the type's property resolution style to use.
|
Modifier and Type | Method and Description |
---|---|
void |
EventAdapterServiceImpl.setDefaultPropertyResolutionStyle(Configuration.PropertyResolutionStyle defaultPropertyResolutionStyle)
Sets the default property resolution style.
|
void |
EventAdapterService.setDefaultPropertyResolutionStyle(Configuration.PropertyResolutionStyle classPropertyResolutionStyle)
Sets the resolution style for case-sentitivity.
|
Modifier and Type | Method and Description |
---|---|
Configuration.PropertyResolutionStyle |
BeanEventTypeFactory.getDefaultPropertyResolutionStyle()
Returns the default property resolution style.
|
Configuration.PropertyResolutionStyle |
BeanEventAdapter.getDefaultPropertyResolutionStyle()
Gets the default property resolution style for Java class properties.
|
Configuration.PropertyResolutionStyle |
BeanEventType.getPropertyResolutionStyle()
Returns the property resolution style.
|
Modifier and Type | Method and Description |
---|---|
void |
BeanEventAdapter.setDefaultPropertyResolutionStyle(Configuration.PropertyResolutionStyle defaultPropertyResolutionStyle)
Sets the default property resolution style for Java class properties.
|