public class PropertyListBuilderJavaBean extends java.lang.Object implements PropertyListBuilder
Constructor and Description |
---|
PropertyListBuilderJavaBean(ConfigurationEventTypeLegacy optionalLegacyConfig)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<InternalEventPropDescriptor> |
assessProperties(java.lang.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 java.util.List<InternalEventPropDescriptor> assessProperties(java.lang.Class clazz)
PropertyListBuilder
assessProperties
in interface PropertyListBuilder
clazz
- to introspect