Enum クラスの使用箇所
org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
ConfigurationPropertyName.Form を使用するパッケージ
org.springframework.boot.context.properties.source 内の ConfigurationPropertyName.Form 使用
修飾子と型メソッド説明指定された名前でこのクラスの列挙型定数を返します。static ConfigurationPropertyName.Form[]ConfigurationPropertyName.Form.values()この列挙型クラスの定数を含む配列を、宣言されている順序で返します。型 ConfigurationPropertyName.Form のパラメーターを持つ org.springframework.boot.context.properties.source のメソッド修飾子と型メソッド説明ConfigurationPropertyName.getElement(int elementIndex, ConfigurationPropertyName.Form form) 名前の要素を指定された形式で返します。ConfigurationPropertyName.getLastElement(ConfigurationPropertyName.Form form) 名前の最後の要素を指定された形式で返します。