クラスの使用
org.springframework.boot.context.properties.source.ConfigurationProperty
ConfigurationProperty を使用するパッケージ
org.springframework.boot.context.config 内の ConfigurationProperty 使用
org.springframework.boot.context.properties 内の ConfigurationProperty 使用
修飾子と型メソッド説明BoundConfigurationProperties.get(ConfigurationPropertyName name) 指定された名前にバインドされた構成プロパティを取得します。型 ConfigurationProperty の引数を持つ型を返す org.springframework.boot.context.properties のメソッドorg.springframework.boot.context.properties.bind 内の ConfigurationProperty 使用
修飾子と型メソッド説明BindContext.getConfigurationProperty()実際にバインドされているConfigurationPropertyを返すか、プロパティがまだ決定されていない場合はnullを返します。BindException.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 使用
修飾子と型メソッド説明ConfigurationPropertySource.getConfigurationProperty(ConfigurationPropertyName name) プロパティが見つからない場合は、ソースまたはnullから単一のConfigurationPropertyを返します。MapConfigurationPropertySource.getConfigurationProperty(ConfigurationPropertyName name) 型 ConfigurationProperty のパラメーターを持つ org.springframework.boot.context.properties.source のメソッド