Class HawaiiLoggingConfigurationProperties
- java.lang.Object
-
- org.hawaiiframework.logging.config.HawaiiLoggingConfigurationProperties
-
@Component @ConfigurationProperties(prefix="hawaii.logging") public class HawaiiLoggingConfigurationProperties extends Object
Properties used by .
-
-
Constructor Summary
Constructors Constructor Description HawaiiLoggingConfigurationProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getAllowedContentTypes()
List<String>
getFieldsToMask()
void
setAllowedContentTypes(List<String> allowedContentTypes)
void
setFieldsToMask(List<String> fieldsToMask)
-