Package org.woehlke.bloodmoney.config
Class BloodMoneyProperties
java.lang.Object
org.woehlke.bloodmoney.config.BloodMoneyProperties
- All Implemented Interfaces:
java.io.Serializable
@Validated @Component @ConfigurationProperties(prefix="org.woehlke.bloodmoney") public class BloodMoneyProperties extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BloodMoneyProperties.UserConfig
static class
BloodMoneyProperties.WebConfig
static class
BloodMoneyProperties.WebSecurity
-
Field Summary
Fields Modifier and Type Field Description @Valid @NotNull BloodMoneyProperties.UserConfig
userConfig
@Valid @NotNull BloodMoneyProperties.WebConfig
webConfig
@Valid @NotNull BloodMoneyProperties.WebSecurity
webSecurity
-
Constructor Summary
Constructors Constructor Description BloodMoneyProperties()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
userConfig
-
webConfig
-
webSecurity
-
-
Constructor Details
-
BloodMoneyProperties
public BloodMoneyProperties()
-