クラス 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
- 関連事項:
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明voidaddAliases(StringSE name, StringSE... aliases) voidaddAliases(ConfigurationPropertyName name, ConfigurationPropertyName... aliases) @Nullable ConfigurationPropertyNameiterator()クラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース IterableSE から継承されたメソッド
forEachSE, spliterator
コンストラクターの詳細
ConfigurationPropertyNameAliases
public ConfigurationPropertyNameAliases()ConfigurationPropertyNameAliases
ConfigurationPropertyNameAliases
public ConfigurationPropertyNameAliases(ConfigurationPropertyName name, ConfigurationPropertyName... aliases)
メソッドの詳細
addAliases
addAliases
getAliases
getNameForAlias
iterator
- 次で指定:
- インターフェース
IterableSE<ConfigurationPropertyName>のiterator