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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setInputsArrayEnabled
(boolean inputsArrayEnabled) void
setIssueTypesEnabled
(boolean issueTypesEnabled)
-
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 interfaceorg.springframework.beans.factory.InitializingBean
-