Package | Description |
---|---|
com.espertech.esper.common.internal.event.bean.introspect |
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(ConfigurationCommonEventTypeBean optionalLegacyClassConfigs)
Creates an implementation for a builer considering the accessor style and
code generation flags for a given class.
|
Copyright © 2005–2018. All rights reserved.