Class PropertyListBuilderFactory

java.lang.Object
com.espertech.esper.common.internal.event.bean.introspect.PropertyListBuilderFactory

public class PropertyListBuilderFactory extends Object
Factory for creates a builder/introspector for determining event property descriptors based on a given class.
  • Constructor Details

    • PropertyListBuilderFactory

      public PropertyListBuilderFactory()
  • Method Details

    • createBuilder

      public static PropertyListBuilder createBuilder(ConfigurationCommonEventTypeBean 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