クラス AnnotationsPropertySource
java.lang.ObjectSE
org.springframework.core.env.PropertySource<T>
org.springframework.core.env.EnumerablePropertySource <クラスSE<?>>
org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
@PropertyMapping
でマークされたアノテーションを適応させる EnumerablePropertySource
- 導入:
- 1.4.0
- 作成者:
- Phillip Webb, Andy Wilkinson
ネストされたクラスのサマリー
クラス org.springframework.core.env.PropertySource から継承されたネストクラス / インターフェース
PropertySource.StubPropertySource
フィールドのサマリー
クラス org.springframework.core.env.PropertySource から継承されたフィールド
logger, name, source
コンストラクターの概要
コンストラクターコンストラクター説明AnnotationsPropertySource
(ClassSE<?> source) AnnotationsPropertySource
(StringSE name, ClassSE<?> source) メソッドのサマリー
修飾子と型メソッド説明boolean
containsProperty
(StringSE name) boolean
getProperty
(StringSE name) StringSE[]
int
hashCode()
boolean
isEmpty()
クラス org.springframework.core.env.PropertySource から継承されたメソッド
getName, getSource, named, toString
コンストラクターの詳細
AnnotationsPropertySource
AnnotationsPropertySource
メソッドの詳細
containsProperty
- オーバーライド:
- クラス
EnumerablePropertySource<ClassSE<?>>
のcontainsProperty
getProperty
- 次で指定:
- クラス
PropertySource<ClassSE<?>>
のgetProperty
getPropertyNames
- 次で指定:
- クラス
EnumerablePropertySource<ClassSE<?>>
のgetPropertyNames
isEmpty
public boolean isEmpty()equals
- オーバーライド:
- クラス
PropertySource<ClassSE<?>>
のequals
hashCode
public int hashCode()- オーバーライド:
- クラス
PropertySource<ClassSE<?>>
のhashCode