|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configuration.PropertyResolutionStyle | |
---|---|
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. |
Uses of Configuration.PropertyResolutionStyle in com.espertech.esper.client |
---|
Methods in com.espertech.esper.client that return Configuration.PropertyResolutionStyle | |
---|---|
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(java.lang.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. |
Methods in com.espertech.esper.client with parameters of type Configuration.PropertyResolutionStyle | |
---|---|
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. |
Uses of Configuration.PropertyResolutionStyle in com.espertech.esper.event |
---|
Methods in com.espertech.esper.event with parameters of type Configuration.PropertyResolutionStyle | |
---|---|
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. |
Uses of Configuration.PropertyResolutionStyle in com.espertech.esper.event.bean |
---|
Methods in com.espertech.esper.event.bean that return Configuration.PropertyResolutionStyle | |
---|---|
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. |
Methods in com.espertech.esper.event.bean with parameters of type Configuration.PropertyResolutionStyle | |
---|---|
void |
BeanEventAdapter.setDefaultPropertyResolutionStyle(Configuration.PropertyResolutionStyle defaultPropertyResolutionStyle)
Sets the default property resolution style for Java class properties. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |