public class MapConfigurationPropertySource extends ObjectSE implements IterableConfigurationPropertySource
MapSE をベースとし、標準の名前マッピングルールを使用する ConfigurationPropertySource。| コンストラクターと説明 |
|---|
MapConfigurationPropertySource() 新しい空の MapConfigurationPropertySource インスタンスを作成します。 |
MapConfigurationPropertySource(MapSE<?,?> map) 指定されたマップからのエントリのコピーで新しい MapConfigurationPropertySource インスタンスを作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
ConfigurationProperty | getConfigurationProperty(ConfigurationPropertyName name) プロパティが見つからない場合は、ソースまたは null から単一の ConfigurationProperty を返します。 |
ObjectSE | getUnderlyingSource() 実際にプロパティを提供している基になるソースを返します。 |
IteratorSE<ConfigurationPropertyName> | iterator() このソースが管理する names のイテレータを返します。 |
void | put(ObjectSE name, ObjectSE value) 個別のエントリを追加します。 |
void | putAll(MapSE<?,?> map) 指定したマップからすべてのエントリを追加します。 |
StreamSE<ConfigurationPropertyName> | stream() このソースが管理する names の順次 Stream を返します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEcontainsDescendantOf, filter, withAliasesforEachSE, spliteratorSEpublic MapConfigurationPropertySource()
MapConfigurationPropertySource インスタンスを作成します。public MapConfigurationPropertySource(MapSE<?,?> map)
MapConfigurationPropertySource インスタンスを作成します。map - ソースマップ public void putAll(MapSE<?,?> map)
map - ソースマップ public ObjectSE getUnderlyingSource()
ConfigurationPropertySourceConfigurationPropertySource 内の getUnderlyingSource nullpublic ConfigurationProperty getConfigurationProperty(ConfigurationPropertyName name)
ConfigurationPropertySourcenull から単一の ConfigurationProperty を返します。ConfigurationPropertySource 内の getConfigurationProperty name - プロパティの名前 (null であってはなりません)nullpublic IteratorSE<ConfigurationPropertyName> iterator()
IterableConfigurationPropertySourcenames のイテレータを返します。IterableSE<ConfigurationPropertyName> 内の iteratorSE IterableConfigurationPropertySource 内の iterator null ではない)public StreamSE<ConfigurationPropertyName> stream()
IterableConfigurationPropertySourcenames の順次 Stream を返します。IterableConfigurationPropertySource 内の stream null ではない)Copyright © 2019 Pivotal Software, Inc.. All rights reserved.