Package | Description |
---|---|
org.springframework.boot.context.properties.bind |
Support for
@ConfigurationProperties binding. |
Modifier and Type | Method and Description |
---|---|
static Bindable.BindRestriction |
Bindable.BindRestriction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bindable.BindRestriction[] |
Bindable.BindRestriction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Bindable.hasBindRestriction(Bindable.BindRestriction bindRestriction)
Returns
true if the specified bind restriction has been added. |
Bindable<T> |
Bindable.withBindRestrictions(Bindable.BindRestriction... additionalRestrictions)
Create an updated
Bindable instance with additional bind restrictions. |