クラスの使用 
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()バインド操作を実行しているソースバインダーを返します。