インターフェース | 説明 |
---|---|
ConfigurationPropertiesBindHandlerAdvisor | ConfigurationPropertiesBindingPostProcessor が使用する BindHandler に追加機能を適用できます。 |
PropertyMapper.SourceOperator | PropertyMapper.Source に適用できる操作。 |
クラス | 説明 |
---|---|
ConfigurationBeanFactoryMetadata | Bean ファクトリの初期化中に @Bean 定義メタデータを記憶するユーティリティクラス。 |
ConfigurationPropertiesBindingPostProcessor | |
ConfigurationPropertiesBindingPostProcessorRegistrar | 外部化されたアプリケーションプロパティを ConfigurationProperties Bean にバインドするための ImportBeanDefinitionRegistrar 。 |
PropertyMapper | 指定されたソースから宛先に値をマップするために使用できるユーティリティ。 |
PropertyMapper.Source<T> | マップ中のソース。 |
例外 | 説明 |
---|---|
ConfigurationPropertiesBindException | @ConfigurationProperties バインディングが失敗した場合にスローされる例外。 |
アノテーション型 | 説明 |
---|---|
ConfigurationProperties | 外部化された設定のアノテーション。 |
ConfigurationPropertiesBinding | ConfigurationProperties のバインディングを構成するために必要な Bean の修飾子(例: |
DeprecatedConfigurationProperty | ConfigurationProperties オブジェクト内の getter が推奨されないことを示します。 |
EnableConfigurationProperties | ConfigurationProperties アノテーション付き Bean のサポートを有効にします。 |
NestedConfigurationProperty | ConfigurationProperties オブジェクトのフィールドを、ネストされた型であるかのように扱う必要があることを示します。 |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.