@ConfigurationProperties
バインディングのサポート。参照先: 説明
インターフェース | 説明 |
---|---|
BindContext | BindHandlers が使用するコンテキスト情報。 |
BindHandler | 要素 binding 中に追加のロジックを処理するために使用できるコールバックインターフェース。 |
PlaceholdersResolver | プロパティプレースホルダーを解決するために Binder で使用されるオプションの戦略。 |
クラス | 説明 |
---|---|
AbstractBindHandler | BindHandler 実装の抽象基本クラス。 |
Bindable<T> | Binder によってバインドできるソース。 |
Binder | 1 つ以上の ConfigurationPropertySources からのオブジェクトをバインドするコンテナーオブジェクト。 |
BindResult<T> | Binder バインド操作の結果を返すコンテナーオブジェクト。 |
PropertySourcesPlaceholdersResolver | PropertySources のプレースホルダーを解決する PlaceholdersResolver 。 |
例外 | 説明 |
---|---|
BindException | バインディングが失敗したときにスローされる例外。 |
UnboundConfigurationPropertiesException | ConfigurationPropertySource 要素がバインドされていない場合にスローされる BindException 。 |
@ConfigurationProperties
バインディングのサポート。Copyright © 2019 Pivotal Software, Inc.. All rights reserved.