Class PropertyListBuilderPublic

java.lang.Object
com.espertech.esper.common.internal.event.bean.introspect.PropertyListBuilderPublic
All Implemented Interfaces:
PropertyListBuilder

public class PropertyListBuilderPublic extends Object implements PropertyListBuilder
Implementation for a property list builder that considers any public method and public field as the exposed event properties, plus any explicitly configured props.
  • Constructor Details

    • PropertyListBuilderPublic

      public PropertyListBuilderPublic(ConfigurationCommonEventTypeBean legacyConfig)
      Ctor.
      Parameters:
      legacyConfig - configures legacy type
  • Method Details