Package | Description |
---|---|
com.espertech.esper.event |
This package defines the internal event APIs.
|
com.espertech.esper.event.avro |
Avro event type core interfaces.
|
com.espertech.esper.event.bean |
JavaBean and legacy Java underlying event classes are here.
|
Modifier and Type | Method and Description |
---|---|
static WriteablePropertyDescriptor |
EventTypeUtility.findWritable(String propertyName,
Set<WriteablePropertyDescriptor> writables) |
Modifier and Type | Method and Description |
---|---|
Set<WriteablePropertyDescriptor> |
EventAdapterServiceImpl.getWriteableProperties(EventType eventType,
boolean allowAnyType) |
static Set<WriteablePropertyDescriptor> |
EventAdapterServiceHelper.getWriteableProperties(EventType eventType,
boolean allowAnyType)
Returns descriptors for all writable properties.
|
Set<WriteablePropertyDescriptor> |
EventAdapterService.getWriteableProperties(EventType eventType,
boolean allowAnyType)
Returns descriptors for all writable properties.
|
Modifier and Type | Method and Description |
---|---|
static EventBeanManufacturer |
EventAdapterServiceHelper.getManufacturer(EventAdapterService eventAdapterService,
EventType eventType,
WriteablePropertyDescriptor[] properties,
EngineImportService engineImportService,
boolean allowAnyType,
EventAdapterAvroHandler avroHandler)
Returns a factory for creating and populating event object instances for the given type.
|
EventBeanManufacturer |
EventAdapterServiceImpl.getManufacturer(EventType eventType,
WriteablePropertyDescriptor[] properties,
EngineImportService engineImportService,
boolean allowAnyType) |
EventBeanManufacturer |
EventAdapterService.getManufacturer(EventType eventType,
WriteablePropertyDescriptor[] properties,
EngineImportService engineImportService,
boolean allowAnyType)
Returns a factory for creating and populating event object instances for the given type.
|
Modifier and Type | Method and Description |
---|---|
static WriteablePropertyDescriptor |
EventTypeUtility.findWritable(String propertyName,
Set<WriteablePropertyDescriptor> writables) |
Constructor and Description |
---|
EventBeanManufacturerMap(MapEventType mapEventType,
EventAdapterService eventAdapterService,
WriteablePropertyDescriptor[] properties)
Ctor.
|
EventBeanManufacturerObjectArray(ObjectArrayEventType eventType,
EventAdapterService eventAdapterService,
WriteablePropertyDescriptor[] properties)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventBeanManufacturer |
EventAdapterAvroHandlerUnsupported.getEventBeanManufacturer(AvroSchemaEventType avroSchemaEventType,
EventAdapterService eventAdapterService,
WriteablePropertyDescriptor[] properties) |
EventBeanManufacturer |
EventAdapterAvroHandler.getEventBeanManufacturer(AvroSchemaEventType avroSchemaEventType,
EventAdapterService eventAdapterService,
WriteablePropertyDescriptor[] properties) |
Modifier and Type | Method and Description |
---|---|
static Set<WriteablePropertyDescriptor> |
PropertyHelper.getWritableProperties(Class clazz)
Introspects the given class and returns event property descriptors for each writable property found
in the class itself, it's superclasses and all interfaces this class and the superclasses implements.
|
Constructor and Description |
---|
EventBeanManufacturerBean(BeanEventType beanEventType,
EventAdapterService service,
WriteablePropertyDescriptor[] properties,
EngineImportService engineImportService)
Ctor.
|