クラス TestcontainersPropertySource
java.lang.ObjectSE
org.springframework.core.env.PropertySource<T>
org.springframework.core.env.EnumerablePropertySource <マップSE<文字列SE、サプライヤーSE<オブジェクトSE>>>
org.springframework.boot.testcontainers.properties.TestcontainersPropertySource
public class TestcontainersPropertySource
extends EnumerablePropertySource<MapSE<StringSE,SupplierSE<ObjectSE>>>
EnumerablePropertySource
は、1 つ以上の testcontainers
から提供された値を含むマップによって裏付けられます。- 導入:
- 3.1.0
- 作成者:
- Phillip Webb
ネストされたクラスの要約
クラス org.springframework.core.env.PropertySource から継承されたネストクラス / インターフェース
PropertySource.StubPropertySource
フィールドのサマリー
クラス org.springframework.core.env.PropertySource から継承されたフィールド
logger, name, source
メソッドのサマリー
修飾子と型メソッド説明static DynamicPropertyRegistry
attach
(Environment environment) static DynamicPropertyRegistry
attach
(Environment environment, BeanDefinitionRegistry registry) boolean
containsProperty
(StringSE name) getProperty
(StringSE name) StringSE[]
メソッドの詳細
getProperty
- 次で指定:
- クラス
PropertySource<MapSE<StringSE,
のSupplierSE<ObjectSE>>> getProperty
containsProperty
- オーバーライド:
- クラス
EnumerablePropertySource<MapSE<StringSE,
のSupplierSE<ObjectSE>>> containsProperty
getPropertyNames
- 次で指定:
- クラス
EnumerablePropertySource<MapSE<StringSE,
のSupplierSE<ObjectSE>>> getPropertyNames
attach
attach
public static DynamicPropertyRegistry attach(Environment environment, BeanDefinitionRegistry registry)