Class ProblemExtConfigurationProperties

java.lang.Object
io.github.belgif.rest.problem.spring.ProblemExtConfigurationProperties
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@ConfigurationProperties(prefix="io.github.belgif.rest.problem.ext") public class ProblemExtConfigurationProperties extends Object implements org.springframework.beans.factory.InitializingBean
Lists all supported application.properties extension configurations for the belgif-rest-problem-spring library.
  • Constructor Details

    • ProblemExtConfigurationProperties

      public ProblemExtConfigurationProperties()
  • Method Details

    • setIssueTypesEnabled

      public void setIssueTypesEnabled(boolean issueTypesEnabled)
    • setInputsArrayEnabled

      public void setInputsArrayEnabled(boolean inputsArrayEnabled)
    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean