Uses of Enum Class
org.springframework.boot.context.properties.bind.Bindable.BindRestriction
Packages that use Bindable.BindRestriction
Package
Description
Support for
@ConfigurationProperties
binding.-
Uses of Bindable.BindRestriction in org.springframework.boot.context.properties.bind
Methods in org.springframework.boot.context.properties.bind that return Bindable.BindRestrictionModifier and TypeMethodDescriptionstatic Bindable.BindRestriction
Returns the enum constant of this class with the specified name.static Bindable.BindRestriction[]
Bindable.BindRestriction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.context.properties.bind with parameters of type Bindable.BindRestrictionModifier 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.