パッケージ | 説明 |
---|---|
org.springframework.boot.context.properties.bind | @ConfigurationProperties バインディングのサポート。 |
org.springframework.boot.context.properties.bind.handler | 一般的な BindHandler 実装。 |
org.springframework.boot.context.properties.source | 外部構成プロパティのソース。 |
修飾子と型 | メソッドと説明 |
---|---|
IterableSE<ConfigurationPropertySource> | BindContext.getSources() |
コンストラクターと説明 |
---|
Binder(ConfigurationPropertySource... sources) 指定されたソースの新しい Binder インスタンスを作成します。 |
コンストラクターと説明 |
---|
Binder(IterableSE<ConfigurationPropertySource> sources) 指定されたソースの新しい Binder インスタンスを作成します。 |
Binder(IterableSE<ConfigurationPropertySource> sources, PlaceholdersResolver placeholdersResolver) 指定されたソースの新しい Binder インスタンスを作成します。 |
Binder(IterableSE<ConfigurationPropertySource> sources, PlaceholdersResolver placeholdersResolver, ConversionService conversionService) 指定されたソースの新しい Binder インスタンスを作成します。 |
Binder(IterableSE<ConfigurationPropertySource> sources, PlaceholdersResolver placeholdersResolver, ConversionService conversionService, ConsumerSE<PropertyEditorRegistry> propertyEditorInitializer) 指定されたソースの新しい Binder インスタンスを作成します。 |
コンストラクターと説明 |
---|
NoUnboundElementsBindHandler(BindHandler parent, FunctionSE<ConfigurationPropertySource, BooleanSE> filter) |
修飾子と型 | インターフェースと説明 |
---|---|
interface | IterableConfigurationPropertySource 完全な Iterable SE エントリセットを持つ ConfigurationPropertySource 。 |
修飾子と型 | クラスと説明 |
---|---|
class | MapConfigurationPropertySource Map SE をベースとし、標準の名前マッピングルールを使用する ConfigurationPropertySource 。 |
修飾子と型 | メソッドと説明 |
---|---|
default ConfigurationPropertySource | ConfigurationPropertySource.filter(PredicateSE<ConfigurationPropertyName> filter) 指定された Predicate SE に一致する名前のみを含む、このソースのフィルター処理されたバリアントを返します。 |
default ConfigurationPropertySource | ConfigurationPropertySource.withAliases(ConfigurationPropertyNameAliases aliases) 名前エイリアスをサポートするこのソースのバリアントを返します。 |
修飾子と型 | メソッドと説明 |
---|---|
static IterableSE<ConfigurationPropertySource> | ConfigurationPropertySources.from(IterableSE<PropertySource<?>> sources) |
static IterableSE<ConfigurationPropertySource> | ConfigurationPropertySources.from(PropertySource<?> source) |
static IterableSE<ConfigurationPropertySource> | ConfigurationPropertySources.get(Environment environment) |
修飾子と型 | メソッドと説明 |
---|---|
BooleanSE | UnboundElementsSourceFilter.apply(ConfigurationPropertySource configurationPropertySource) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.