クラス 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) 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