Class PropertyListBuilderJavaBean

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

public class PropertyListBuilderJavaBean extends Object implements PropertyListBuilder
Implementation for a property list builder that considers JavaBean-style methods as the exposed event properties, plus any explicitly configured props.
  • Constructor Details

    • PropertyListBuilderJavaBean

      public PropertyListBuilderJavaBean(ConfigurationCommonEventTypeBean optionalLegacyConfig)
      Ctor.
      Parameters:
      optionalLegacyConfig - configures legacy type, or null information has been supplied.
  • Method Details