Class HawaiiLoggingConfigurationProperties

java.lang.Object
org.hawaiiframework.logging.config.HawaiiLoggingConfigurationProperties

@ConfigurationProperties(prefix="hawaii.logging") public class HawaiiLoggingConfigurationProperties extends Object
Properties used by HawaiiLoggingConfiguration.
  • Field Details

  • Constructor Details

    • HawaiiLoggingConfigurationProperties

      public HawaiiLoggingConfigurationProperties()
  • Method Details

    • getAllowedContentTypes

      public List<org.springframework.http.MediaType> getAllowedContentTypes()
      Get the allowed content-types.
      Returns:
      the allowed content-types.
    • setAllowedContentTypes

      public void setAllowedContentTypes(List<org.springframework.http.MediaType> allowedContentTypes)
      Set the allowed content-types.
      Parameters:
      allowedContentTypes - the allowed content-types.
    • getFieldsToMask

      public List<String> getFieldsToMask()
      Get the fields to mask.
      Returns:
      the fields to mask.
    • setFieldsToMask

      public void setFieldsToMask(List<String> fieldsToMask)
      Set the fields to mask.
      Parameters:
      fieldsToMask - the fields to mask.
    • getExcludePaths

      public List<PathDefinition> getExcludePaths()
      Get the paths to exclude.
      Returns:
      the paths to exclude.
    • setExcludePaths

      public void setExcludePaths(List<PathDefinition> excludePaths)
      Set the paths to exclude.
      Parameters:
      excludePaths - the paths to exclude.
    • getBodyExcludedContentTypes

      public List<org.springframework.http.MediaType> getBodyExcludedContentTypes()
    • setBodyExcludedContentTypes

      public void setBodyExcludedContentTypes(List<org.springframework.http.MediaType> bodyExcludedContentTypes)