Package | Description |
---|---|
com.espertech.esper.common.internal.event.avro |
Avro event type core interfaces.
|
com.espertech.esper.common.internal.event.bean.core |
JavaBean and legacy Java underlying event classes are here.
|
com.espertech.esper.common.internal.event.bean.manufacturer | |
com.espertech.esper.common.internal.event.core |
This package defines the internal event APIs.
|
Modifier and Type | Method and Description |
---|---|
EventBeanManufacturerForge |
EventTypeAvroHandlerUnsupported.getEventBeanManufacturer(AvroSchemaEventType avroSchemaEventType,
WriteablePropertyDescriptor[] properties) |
EventBeanManufacturerForge |
EventTypeAvroHandler.getEventBeanManufacturer(AvroSchemaEventType avroSchemaEventType,
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.
|
Modifier and Type | Method and Description |
---|---|
static WriteablePropertyDescriptor |
EventTypeUtility.findWritable(String propertyName,
Set<WriteablePropertyDescriptor> writables) |
Modifier and Type | Method and Description |
---|---|
static Set<WriteablePropertyDescriptor> |
EventTypeUtility.getWriteableProperties(EventType eventType,
boolean allowAnyType,
boolean allowFragmentType)
Returns descriptors for all writable properties.
|
Modifier and Type | Method and Description |
---|---|
static EventBeanManufacturerForge |
EventTypeUtility.getManufacturer(EventType eventType,
WriteablePropertyDescriptor[] properties,
ClasspathImportService classpathImportService,
boolean allowAnyType,
EventTypeAvroHandler avroHandler)
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) |
Copyright © 2005–2020. All rights reserved.