Package | Description |
---|---|
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.eventtypefactory |
Modifier and Type | Method and Description |
---|---|
BeanEventTypeStem |
BeanEventTypeStemService.getCreateStem(Class clazz,
ConfigurationCommonEventTypeBean optionalConfiguration) |
BeanEventTypeStem |
BeanEventType.getStem() |
Constructor and Description |
---|
BeanEventType(BeanEventTypeStem stem,
EventTypeMetadata metadata,
BeanEventTypeFactory beanEventTypeFactory,
EventType[] superTypes,
Set<EventType> deepSuperTypes,
String startTimestampPropertyName,
String endTimestampPropertyName) |
Modifier and Type | Method and Description |
---|---|
BeanEventTypeStem |
BeanEventTypeStemBuilder.make(Class clazz) |
Modifier and Type | Method and Description |
---|---|
BeanEventType |
EventTypeFactoryImpl.createBeanType(BeanEventTypeStem stem,
EventTypeMetadata metadata,
BeanEventTypeFactory beanEventTypeFactory,
EventType[] superTypes,
Set<EventType> deepSuperTypes,
String startTimestampPropertyName,
String endTimestampPropertyName) |
BeanEventType |
EventTypeFactory.createBeanType(BeanEventTypeStem stem,
EventTypeMetadata metadata,
BeanEventTypeFactory beanEventTypeFactory,
EventType[] superTypes,
Set<EventType> deepSuperTypes,
String startTimestampPropertyName,
String endTimestampPropertyName) |
Copyright © 2005–2019. All rights reserved.