クラスの使用
org.springframework.boot.context.properties.bind.Binder
Binder を使用するパッケージ
org.springframework.boot.cloud 内の Binder 使用
型 Binder のパラメーターを持つ org.springframework.boot.cloud のメソッド修飾子と型メソッド説明booleanCloudPlatform.isEnforced(Binder binder) "spring.main.cloud-platform"構成プロパティを調べて、プラットフォームが適用されているかどうかを判別します。org.springframework.boot.context.config 内の Binder 使用
修飾子と型メソッド説明ConfigDataLocationResolverContext.getBinder()以前に提供された値を取得するために使用できるバインダーへのアクセスを提供します。型 Binder のパラメーターを持つ org.springframework.boot.context.config のコンストラクター修飾子コンストラクター説明StandardConfigDataLocationResolver(DeferredLogFactory logFactory, Binder binder, ResourceLoader resourceLoader) 新しいStandardConfigDataLocationResolverインスタンスを作成します。org.springframework.boot.context.properties.bind 内の Binder 使用
修飾子と型メソッド説明static BinderBinder.get(Environment environment) 指定された環境から新しいBinderインスタンスを作成します。static BinderBinder.get(Environment environment, BindHandler defaultBindHandler) 指定された環境から新しいBinderインスタンスを作成します。BindContext.getBinder()バインド操作を実行しているソースバインダーを返します。