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.
|
com.espertech.esper.common.internal.event.bean.core |
JavaBean and legacy Java underlying event classes are here.
|
com.espertech.esper.common.internal.event.bean.introspect |
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(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.
|
Modifier and Type | Method and Description |
---|---|
PropertyResolutionStyle |
BeanEventType.getPropertyResolutionStyle()
Returns the property resolution style.
|
Constructor and Description |
---|
BeanEventTypeStemService(Map<Class,List<String>> publicClassToTypeNames,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
PropertyResolutionStyle defaultPropertyResolutionStyle,
AccessorStyle defaultAccessorStyle) |
Modifier and Type | Method and Description |
---|---|
PropertyResolutionStyle |
BeanEventTypeStem.getPropertyResolutionStyle() |
Constructor and Description |
---|
BeanEventTypeStem(Class clazz,
ConfigurationCommonEventTypeBean optionalLegacyDef,
String[] propertyNames,
Map<String,PropertyInfo> simpleProperties,
Map<String,PropertyStem> mappedPropertyDescriptors,
Map<String,PropertyStem> indexedPropertyDescriptors,
Class[] superTypes,
Set<Class> deepSuperTypes,
PropertyResolutionStyle propertyResolutionStyle,
Map<String,List<PropertyInfo>> simpleSmartPropertyTable,
Map<String,List<PropertyInfo>> indexedSmartPropertyTable,
Map<String,List<PropertyInfo>> mappedSmartPropertyTable,
EventPropertyDescriptor[] propertyDescriptors,
Map<String,EventPropertyDescriptor> propertyDescriptorMap) |
BeanEventTypeStemBuilder(ConfigurationCommonEventTypeBean optionalConfig,
PropertyResolutionStyle defaultPropertyResolutionStyle) |
Copyright © 2005–2018. All rights reserved.