Package | Description |
---|---|
com.espertech.esper.common.client.configuration.common |
Configuration classes for the common section, which is relevant to both the compiler and the runtime
|
com.espertech.esper.common.client.util |
Client utility classes.
|
Modifier and Type | Method and Description |
---|---|
PropertyResolutionStyle |
ConfigurationCommonEventTypeMeta.getClassPropertyResolutionStyle()
Returns the property resolution style to use for resolving property names
of Java classes.
|
PropertyResolutionStyle |
ConfigurationCommonEventTypeBean.getPropertyResolutionStyle()
Returns the type's property resolution style to use.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCommonEventTypeMeta.setClassPropertyResolutionStyle(PropertyResolutionStyle classPropertyResolutionStyle)
Sets the property resolution style to use for resolving property names
of Java classes.
|
void |
ConfigurationCommonEventTypeBean.setPropertyResolutionStyle(PropertyResolutionStyle propertyResolutionStyle)
Sets the type's property resolution style to use.
|
Modifier and Type | Method and Description |
---|---|
static PropertyResolutionStyle |
PropertyResolutionStyle.getDefault()
Returns the default property resolution style.
|
static PropertyResolutionStyle |
PropertyResolutionStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PropertyResolutionStyle[] |
PropertyResolutionStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|