类 TestcontainersPropertySource
java.lang.Object
org.springframework.core.env.PropertySource<Map<String,Object>>
org.springframework.core.env.EnumerablePropertySource<Map<String,Object>>
org.springframework.core.env.MapPropertySource
org.springframework.boot.testcontainers.properties.TestcontainersPropertySource
@Deprecated(since="3.4.0",
forRemoval=true)
public class TestcontainersPropertySource
extends MapPropertySource
已过时, 待删除: 此 API 元素将从以后的版本中删除。
EnumerablePropertySource
backed by a map with values supplied from one or more
testcontainers
.- 从以下版本开始:
- 3.1.0
- 作者:
- Phillip Webb
-
嵌套类概要
从类继承的嵌套类/接口 org.springframework.core.env.PropertySource
PropertySource.StubPropertySource
-
字段概要
从类继承的字段 org.springframework.core.env.PropertySource
name, source
-
方法概要
修饰符和类型方法说明static DynamicPropertyRegistry
attach
(Environment environment) 已过时, 待删除: 此 API 元素将从以后的版本中删除。static DynamicPropertyRegistry
attach
(Environment environment, BeanDefinitionRegistry registry) 已过时, 待删除: 此 API 元素将从以后的版本中删除。getProperty
(String name) 已过时, 待删除: 此 API 元素将从以后的版本中删除。从类继承的方法 org.springframework.core.env.MapPropertySource
containsProperty, getPropertyNames
-
方法详细资料
-
getProperty
已过时, 待删除: 此 API 元素将从以后的版本中删除。- 覆盖:
getProperty
在类中MapPropertySource
-
attach
已过时, 待删除: 此 API 元素将从以后的版本中删除。 -
attach
public static DynamicPropertyRegistry attach(Environment environment, BeanDefinitionRegistry registry) 已过时, 待删除: 此 API 元素将从以后的版本中删除。
-
DynamicPropertyRegistrar
beans.