类 DynamicPropertiesContextCustomizer
java.lang.Object
cn.taketoday.test.context.support.DynamicPropertiesContextCustomizer
- 所有已实现的接口:
ContextCustomizer
ContextCustomizer to support
@DynamicPropertySource methods.- 从以下版本开始:
- 4.0
- 作者:
- Phillip Webb, Sam Brannen
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private voidassertValid(Method method) voidcustomizeContext(cn.taketoday.context.ConfigurableApplicationContext context, MergedContextConfiguration mergedConfig) Customize the suppliedConfigurableApplicationContextafter bean definitions have been loaded into the context but before the context has been refreshed.booleaninthashCode()
-
字段详细资料
-
PROPERTY_SOURCE_NAME
- 另请参阅:
-
methods
-
-
构造器详细资料
-
DynamicPropertiesContextCustomizer
-
-
方法详细资料
-
assertValid
-
customizeContext
public void customizeContext(cn.taketoday.context.ConfigurableApplicationContext context, MergedContextConfiguration mergedConfig) 从接口复制的说明:ContextCustomizerCustomize the suppliedConfigurableApplicationContextafter bean definitions have been loaded into the context but before the context has been refreshed.- 指定者:
customizeContext在接口中ContextCustomizer- 参数:
context- the context to customizemergedConfig- the merged context configuration
-
buildDynamicPropertiesMap
-
getMethods
-
hashCode
public int hashCode() -
equals
-