Class EnvironmentReportProperties

java.lang.Object
com.broadleafcommerce.common.extension.autoconfigure.EnvironmentReportProperties

@ConfigurationProperties("broadleaf.environment.report") public class EnvironmentReportProperties extends Object
Properties related to Broadleaf's EnvironmentReport.
Author:
Elbert Bautista (elbertbautista)
  • Constructor Details

    • EnvironmentReportProperties

      public EnvironmentReportProperties()
  • Method Details

    • getPropertiesToSanitize

      public String[] getPropertiesToSanitize()
      Property name patterns and corresponding values that should be sanitized before being emitted by the EnvironmentReport. These will be converted to Pattern's for which matches will be evaluated.
    • setPropertiesToSanitize

      public void setPropertiesToSanitize(String[] propertiesToSanitize)
      Property name patterns and corresponding values that should be sanitized before being emitted by the EnvironmentReport. These will be converted to Pattern's for which matches will be evaluated.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object