Class EnvironmentReportProperties
- java.lang.Object
-
- com.broadleafcommerce.common.extension.autoconfigure.EnvironmentReportProperties
-
@ConfigurationProperties("broadleaf.environment.report") public class EnvironmentReportProperties extends ObjectProperties related to Broadleaf'sEnvironmentReport.- Author:
- Elbert Bautista (elbertbautista)
-
-
Constructor Summary
Constructors Constructor Description EnvironmentReportProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)String[]getPropertiesToSanitize()Property name patterns and corresponding values that should be sanitized before being emitted by theEnvironmentReport.inthashCode()voidsetPropertiesToSanitize(String[] propertiesToSanitize)Property name patterns and corresponding values that should be sanitized before being emitted by theEnvironmentReport.StringtoString()
-
-
-
Method Detail
-
getPropertiesToSanitize
public String[] getPropertiesToSanitize()
Property name patterns and corresponding values that should be sanitized before being emitted by theEnvironmentReport. These will be converted toPattern'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 theEnvironmentReport. These will be converted toPattern's for which matches will be evaluated.
-
canEqual
protected boolean canEqual(Object other)
-
-