Enum クラスの使用箇所
org.springframework.boot.env.ConfigTreePropertySource.Option
ConfigTreePropertySource.Option を使用するパッケージ
org.springframework.boot.env 内の ConfigTreePropertySource.Option 使用
修飾子と型メソッド説明指定された名前でこのクラスの列挙型定数を返します。static ConfigTreePropertySource.Option[]
ConfigTreePropertySource.Option.values()
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。型 ConfigTreePropertySource.Option のパラメーターを持つ org.springframework.boot.env のコンストラクター修飾子コンストラクター説明ConfigTreePropertySource
(StringSE name, PathSE sourceDirectory, ConfigTreePropertySource.Option... options) 新しいConfigTreePropertySource
インスタンスを作成します。