Class EnvironmentReportProperties
- java.lang.Object
-
- com.broadleafcommerce.common.extension.autoconfigure.EnvironmentReportProperties
-
@ConfigurationProperties("broadleaf.environment.report") public class EnvironmentReportProperties extends Object
Properties 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 boolean
canEqual(Object other)
boolean
equals(Object o)
String[]
getPropertiesToSanitize()
Property name patterns and corresponding values that should be sanitized before being emitted by theEnvironmentReport
.int
hashCode()
void
setPropertiesToSanitize(String[] propertiesToSanitize)
Property name patterns and corresponding values that should be sanitized before being emitted by theEnvironmentReport
.String
toString()
-
-
-
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)
-
-