Package | Description |
---|---|
com.espertech.esper.event.bean |
JavaBean and legacy Java underlying event classes are here.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyListBuilderExplicit
Introspector that considers explicitly configured event properties only.
|
class |
PropertyListBuilderJavaBean
Implementation for a property list builder that considers JavaBean-style methods
as the exposed event properties, plus any explicitly configured props.
|
class |
PropertyListBuilderPublic
Implementation for a property list builder that considers any public method
and public field as the exposed event properties, plus any explicitly configured props.
|
Modifier and Type | Method and Description |
---|---|
static PropertyListBuilder |
PropertyListBuilderFactory.createBuilder(ConfigurationEventTypeLegacy optionalLegacyClassConfigs)
Creates an implementation for a builer considering the accessor style and
code generation flags for a given class.
|