Class ProblemExtConfigurationProperties

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

@Component 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

      @Value("${io.github.belgif.rest.problem.ext.issue-types-enabled:#{null}}") public void setIssueTypesEnabled(Boolean issueTypesEnabled)
    • setInputsArrayEnabled

      @Value("${io.github.belgif.rest.problem.ext.inputs-array-enabled:#{null}}") public void setInputsArrayEnabled(Boolean inputsArrayEnabled)
    • afterPropertiesSet

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