public class PropertyListBuilderJavaBean extends Object implements PropertyListBuilder
Constructor and Description |
---|
PropertyListBuilderJavaBean(ConfigurationEventTypeLegacy optionalLegacyConfig)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
List<InternalEventPropDescriptor> |
assessProperties(Class clazz)
Introspect the clazz and deterime exposed event properties.
|
public PropertyListBuilderJavaBean(ConfigurationEventTypeLegacy optionalLegacyConfig)
optionalLegacyConfig
- configures legacy type, or null information
has been supplied.public List<InternalEventPropDescriptor> assessProperties(Class clazz)
PropertyListBuilder
assessProperties
in interface PropertyListBuilder
clazz
- to introspect