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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
String[]
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
.toString()
-
Constructor Details
-
EnvironmentReportProperties
public EnvironmentReportProperties()
-
-
Method Details
-
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
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. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-