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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetInputsArrayEnabled(Boolean inputsArrayEnabled) voidsetIssueTypesEnabled(Boolean issueTypesEnabled)
-
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:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-