Class PropertyListBuilderPublic
java.lang.Object
com.espertech.esper.common.internal.event.bean.introspect.PropertyListBuilderPublic
- All Implemented Interfaces:
PropertyListBuilder
Implementation for a property list builder that considers any public method
and public field as the exposed event properties, plus any explicitly configured props.
-
Constructor Summary
ConstructorDescriptionPropertyListBuilderPublic
(ConfigurationCommonEventTypeBean legacyConfig) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionassessProperties
(Class clazz) Introspect the clazz and deterime exposed event properties.
-
Constructor Details
-
PropertyListBuilderPublic
Ctor.- Parameters:
legacyConfig
- configures legacy type
-
-
Method Details
-
assessProperties
Description copied from interface:PropertyListBuilder
Introspect the clazz and deterime exposed event properties.- Specified by:
assessProperties
in interfacePropertyListBuilder
- Parameters:
clazz
- to introspect- Returns:
- list of event property descriptors
-