public class PropertyListBuilderExplicit extends java.lang.Object implements PropertyListBuilder
Constructor and Description |
---|
PropertyListBuilderExplicit(ConfigurationEventTypeLegacy legacyConfig)
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 PropertyListBuilderExplicit(ConfigurationEventTypeLegacy legacyConfig)
legacyConfig
- is a legacy type specification containing
information about explicitly configured fields and methodspublic java.util.List<InternalEventPropDescriptor> assessProperties(java.lang.Class clazz)
PropertyListBuilder
assessProperties
in interface PropertyListBuilder
clazz
- to introspect