Enum クラスの使用箇所
org.springframework.boot.context.properties.bind.Bindable.BindRestriction
Bindable.BindRestriction を使用するパッケージ
org.springframework.boot.context.properties.bind 内の Bindable.BindRestriction 使用
org.springframework.boot.context.properties.bind 内の Bindable.BindRestriction 型の型引数を持つサブクラス修飾子と型メソッド説明static Bindable.BindRestriction指定された名前でこのクラスの列挙型定数を返します。static Bindable.BindRestriction[]Bindable.BindRestriction.values()この列挙型クラスの定数を含む配列を、宣言されている順序で返します。型 Bindable.BindRestriction のパラメーターを持つ org.springframework.boot.context.properties.bind のメソッド修飾子と型メソッド説明booleanBindable.hasBindRestriction(Bindable.BindRestriction bindRestriction) 指定されたバインド制限が追加されている場合、trueを返します。Bindable.withBindRestrictions(Bindable.BindRestriction... additionalRestrictions) 追加のバインド制限を使用して、更新されたBindableインスタンスを作成します。