net.esper.event.property
Class PropertyListBuilderFactory
java.lang.Object
net.esper.event.property.PropertyListBuilderFactory
public class PropertyListBuilderFactory
- extends Object
Factory for creates a builder/introspector for determining event property descriptors
based on a given class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyListBuilderFactory
public PropertyListBuilderFactory()
createBuilder
public static PropertyListBuilder createBuilder(ConfigurationEventTypeLegacy optionalLegacyClassConfigs)
- Creates an implementation for a builer considering the accessor style and
code generation flags for a given class.
- Parameters:
optionalLegacyClassConfigs
- configures how event property listy is build
- Returns:
- builder/introspector implementation