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.internal.event.bean.core |
JavaBean and legacy Java underlying event classes are here.
|
com.espertech.esper.common.internal.event.bean.introspect | |
com.espertech.esper.common.internal.event.bean.service |
Modifier and Type | Field and Description |
---|---|
protected Map<String,ConfigurationCommonEventTypeBean> |
ConfigurationCommon.eventTypesBean
Map of event type name and bean-type event configuration.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ConfigurationCommonEventTypeBean> |
ConfigurationCommon.getEventTypesBean()
Returns the mapping of event type name to legacy java event type information.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCommon.addEventType(String eventTypeName,
String eventClass,
ConfigurationCommonEventTypeBean beanEventTypeDesc)
Add an name for an event type that represents bean Java type (non-JavaBean style) events.
|
Modifier and Type | Method and Description |
---|---|
BeanEventTypeStem |
BeanEventTypeStemService.getCreateStem(EPTypeClass clazz,
ConfigurationCommonEventTypeBean optionalConfiguration) |
Modifier and Type | Method and Description |
---|---|
ConfigurationCommonEventTypeBean |
BeanEventTypeStem.getOptionalLegacyDef() |
Modifier and Type | Method and Description |
---|---|
static PropertyListBuilder |
PropertyListBuilderFactory.createBuilder(ConfigurationCommonEventTypeBean optionalLegacyClassConfigs)
Creates an implementation for a builer considering the accessor style and
code generation flags for a given class.
|
protected static void |
PropertyListBuilderExplicit.getExplicitProperties(List<PropertyStem> result,
Class clazz,
ConfigurationCommonEventTypeBean legacyConfig)
Populates explicitly-defined properties into the result list.
|
Modifier and Type | Method and Description |
---|---|
static void |
EventTypeRepositoryBeanTypeUtil.buildBeanTypes(BeanEventTypeStemService beanEventTypeStemService,
EventTypeRepositoryImpl repo,
Map<String,EPTypeClass> beanTypes,
BeanEventTypeFactoryPrivate privateFactory,
Map<String,ConfigurationCommonEventTypeBean> configs) |
static EventType |
EventTypeRepositoryBeanTypeUtil.getBuildSuperType(EPTypeClass clazz,
BeanEventTypeStemService beanEventTypeStemService,
EventTypeRepository repo,
BeanEventTypeFactoryPrivate privateFactory,
Map<String,ConfigurationCommonEventTypeBean> configs) |
Copyright © 2005–2021. All rights reserved.