Class EnvironmentReportProperties


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

      • EnvironmentReportProperties

        public EnvironmentReportProperties()
    • Method Detail

      • 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.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object