Enum クラスの使用箇所
org.springframework.boot.context.properties.bind.BindMethod
BindMethod を使用するパッケージ
org.springframework.boot.context.properties.bind 内の BindMethod 使用
修飾子と型メソッド説明Bindable.getBindMethod()このバインド可能オブジェクトのバインドに使用されるmethodを返します。特定のバインドメソッドが必要ない場合はnullを返します。static BindMethod指定された名前でこのクラスの列挙型定数を返します。static BindMethod[]BindMethod.values()この列挙型クラスの定数を含む配列を、宣言されている順序で返します。型 BindMethod のパラメーターを持つ org.springframework.boot.context.properties.bind のメソッド修飾子と型メソッド説明Bindable.withBindMethod(BindMethod bindMethod) 特定のバインドメソッドを使用して、更新されたBindableインスタンスを作成します。