クラスの使用
org.springframework.boot.context.properties.source.ConfigurationProperty
ConfigurationProperty を使用するパッケージ
org.springframework.boot.context.config 内の ConfigurationProperty 使用
org.springframework.boot.context.properties 内の ConfigurationProperty 使用
修飾子と型メソッド説明@Nullable ConfigurationPropertyBoundConfigurationProperties.get(ConfigurationPropertyName name) 指定された名前にバインドされた構成プロパティを取得します。型 ConfigurationProperty の引数を持つ型を返す org.springframework.boot.context.properties のメソッドorg.springframework.boot.context.properties.bind 内の ConfigurationProperty 使用
修飾子と型メソッド説明@Nullable ConfigurationPropertyBindContext.getConfigurationProperty()実際にバインドされているConfigurationPropertyを返すか、プロパティがまだ決定されていない場合はnullを返します。@Nullable ConfigurationPropertyBindException.getProperty()バインドされていたアイテムの構成プロパティ名を返します。型 ConfigurationProperty の引数を持つ型を返す org.springframework.boot.context.properties.bind のメソッド型の型引数を持つ org.springframework.boot.context.properties.bind のコンストラクターパラメーター ConfigurationProperty修飾子コンストラクター説明UnboundConfigurationPropertiesException(SetSE<ConfigurationProperty> unboundProperties) org.springframework.boot.context.properties.bind.validation 内の ConfigurationProperty 使用
型 ConfigurationProperty の引数を持つ型を返す org.springframework.boot.context.properties.bind.validation のメソッドorg.springframework.boot.context.properties.source 内の ConfigurationProperty 使用
ConfigurationProperty 型の型引数を持つインターフェースを実装する org.springframework.boot.context.properties.source のクラス修飾子と型クラス説明final class修飾子と型メソッド説明@Nullable ConfigurationPropertyConfigurationPropertySource.getConfigurationProperty(ConfigurationPropertyName name) プロパティが見つからない場合は、ソースまたはnullから単一のConfigurationPropertyを返します。@Nullable ConfigurationPropertyMapConfigurationPropertySource.getConfigurationProperty(ConfigurationPropertyName name) 型 ConfigurationProperty のパラメーターを持つ org.springframework.boot.context.properties.source のメソッド