クラス ConfigurationPropertyNameAliases
java.lang.ObjectSE
org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
- 実装されたすべてのインターフェース:
IterableSE<ConfigurationPropertyName>
public final class ConfigurationPropertyNameAliases
extends ObjectSE
implements IterableSE<ConfigurationPropertyName>
ConfigurationPropertyName
エイリアスのマッピングを維持します。- 導入:
- 2.0.0
- 作成者:
- Phillip Webb, Madhura Bhave
- 関連事項:
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明void
addAliases
(StringSE name, StringSE... aliases) void
addAliases
(ConfigurationPropertyName name, ConfigurationPropertyName... aliases) iterator()
クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
インターフェース java.lang.IterableSE から継承されたメソッド
forEachSE, spliterator
コンストラクターの詳細
ConfigurationPropertyNameAliases
public ConfigurationPropertyNameAliases()ConfigurationPropertyNameAliases
ConfigurationPropertyNameAliases
public ConfigurationPropertyNameAliases(ConfigurationPropertyName name, ConfigurationPropertyName... aliases)
メソッドの詳細
addAliases
addAliases
getAliases
getNameForAlias
iterator
- 次で指定:
- インターフェース
IterableSE<ConfigurationPropertyName>
のiterator