パッケージ | 説明 |
---|---|
org.springframework.boot.context.properties | 外部構成プロパティのサポート。 |
org.springframework.boot.context.properties.bind | @ConfigurationProperties バインディングのサポート。 |
org.springframework.boot.context.properties.bind.handler | 一般的な BindHandler 実装。 |
org.springframework.boot.context.properties.bind.validation | バインディング検証のサポート。 |
修飾子と型 | メソッドと説明 |
---|---|
BindHandler | ConfigurationPropertiesBindHandlerAdvisor.apply(BindHandler bindHandler) ソースバインドハンドラーに追加機能を適用します。 |
修飾子と型 | メソッドと説明 |
---|---|
BindHandler | ConfigurationPropertiesBindHandlerAdvisor.apply(BindHandler bindHandler) ソースバインドハンドラーに追加機能を適用します。 |
修飾子と型 | クラスと説明 |
---|---|
class | AbstractBindHandler BindHandler 実装の抽象基本クラス。 |
修飾子と型 | フィールドと説明 |
---|---|
static BindHandler | BindHandler.DEFAULT デフォルトの no-op バインドハンドラー。 |
修飾子と型 | メソッドと説明 |
---|---|
<T> BindResult<T> | Binder.bind(ConfigurationPropertyName name, Bindable<T> target, BindHandler handler) このバインダーの property sources を使用して、指定されたターゲット Bindable をバインドします。 |
protected <T> T | Binder.bind(ConfigurationPropertyName name, Bindable<T> target, BindHandler handler, org.springframework.boot.context.properties.bind.Binder.Context context, boolean allowRecursiveBinding) |
<T> BindResult<T> | Binder.bind(StringSE name, Bindable<T> target, BindHandler handler) このバインダーの property sources を使用して、指定されたターゲット Bindable をバインドします。 |
コンストラクターと説明 |
---|
AbstractBindHandler(BindHandler parent) 特定の親を持つ新しいバインディングハンドラーインスタンスを作成します。 |
修飾子と型 | クラスと説明 |
---|---|
class | IgnoreErrorsBindHandler バインディングエラーを無視するために使用できる BindHandler 。 |
class | IgnoreTopLevelConverterNotFoundBindHandler 最上位の ConverterNotFoundException を無視するために使用できる BindHandler 。 |
class | NoUnboundElementsBindHandler BindHandler 。ルート名のすべての構成プロパティがバインドされていることを強制します。 |
コンストラクターと説明 |
---|
IgnoreErrorsBindHandler(BindHandler parent) |
IgnoreTopLevelConverterNotFoundBindHandler(BindHandler parent) 特定の親を持つ新しい IgnoreTopLevelConverterNotFoundBindHandler インスタンスを作成します。 |
NoUnboundElementsBindHandler(BindHandler parent) |
NoUnboundElementsBindHandler(BindHandler parent, FunctionSE<ConfigurationPropertySource, BooleanSE> filter) |
修飾子と型 | クラスと説明 |
---|---|
class | ValidationBindHandler BindHandler は、バインドされた結果に Validators を適用します。 |
コンストラクターと説明 |
---|
ValidationBindHandler(BindHandler parent, Validator... validators) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.