Interface PropertyListBuilder
- All Known Implementing Classes:
PropertyListBuilderExplicit
,PropertyListBuilderJavaBean
,PropertyListBuilderPublic
public interface PropertyListBuilder
Interface for an introspector that generates a list of event property descriptors
given a clazz. The clazz could be a JavaBean-style class or any other legacy type.
-
Method Summary
Modifier and TypeMethodDescriptionassessProperties
(Class clazz) Introspect the clazz and deterime exposed event properties.
-
Method Details
-
assessProperties
Introspect the clazz and deterime exposed event properties.- Parameters:
clazz
- to introspect- Returns:
- list of event property descriptors
-