クラス 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
Nested Class Summary
クラス org.springframework.core.env.PropertySource から継承されたネストクラス / インターフェース
PropertySource.StubPropertySourceフィールド概要
クラス org.springframework.core.env.PropertySource から継承されたフィールド
logger, name, sourceコンストラクター概要
コンストラクターコンストラクター説明AnnotationsPropertySource(ClassSE<?> source) AnnotationsPropertySource(StringSE name, ClassSE<?> source) 方法の概要
修飾子と型メソッド説明booleancontainsProperty(StringSE name) booleangetProperty(StringSE name) StringSE[]inthashCode()booleanisEmpty()クラス 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