Uses of Enum
org.springframework.boot.context.properties.bind.Bindable.BindRestriction
Package
Description
Support for
@ConfigurationProperties
binding.-
Uses of Bindable.BindRestriction in org.springframework.boot.context.properties.bind
Modifier and TypeMethodDescriptionstatic Bindable.BindRestriction
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 TypeMethodDescriptionboolean
Bindable.hasBindRestriction
(Bindable.BindRestriction bindRestriction) Returnstrue
if the specified bind restriction has been added.Bindable.withBindRestrictions
(Bindable.BindRestriction... additionalRestrictions) Create an updatedBindable
instance with additional bind restrictions.