クラス TestcontainersPropertySource
java.lang.ObjectSE
org.springframework.core.env.PropertySource<T>
org.springframework.core.env.EnumerablePropertySource<MapSE<StringSE,ObjectSE>>
org.springframework.core.env.MapPropertySource
org.springframework.boot.testcontainers.properties.TestcontainersPropertySource
@DeprecatedSE(since="3.4.0",
forRemoval=true)
public class TestcontainersPropertySource
extends MapPropertySource
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
EnumerablePropertySource は、1 つ以上の testcontainers から提供された値を含むマップによって裏付けられます。- 導入:
- 3.1.0
- 作成者:
- Phillip Webb
ネストされたクラスの概要
クラス org.springframework.core.env.PropertySource から継承されたネストクラス / インターフェース
PropertySource.StubPropertySourceフィールド概要
クラス org.springframework.core.env.PropertySource から継承されたフィールド
name, source方法の概要
修飾子と型メソッド説明static DynamicPropertyRegistryattach(Environment environment) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。static DynamicPropertyRegistryattach(Environment environment, BeanDefinitionRegistry registry) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。getProperty(StringSE name) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。クラス org.springframework.core.env.MapPropertySource から継承されたメソッド
containsProperty, getPropertyNames
メソッドの詳細
getProperty
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。- オーバーライド:
- クラス
MapPropertySourceのgetProperty
attach
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。attach
public static DynamicPropertyRegistry attach(Environment environment, BeanDefinitionRegistry registry) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
DynamicPropertyRegistrarBean が宣言されるようになりました。