类 ExcludeFilterContextCustomizer
java.lang.Object
cn.taketoday.framework.test.context.filter.ExcludeFilterContextCustomizer
- 所有已实现的接口:
ContextCustomizer
- 作者:
- Phillip Webb
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidcustomizeContext(cn.taketoday.context.ConfigurableApplicationContext context, MergedContextConfiguration mergedContextConfiguration) Customize the suppliedConfigurableApplicationContextafter bean definitions have been loaded into the context but before the context has been refreshed.booleaninthashCode()
-
构造器详细资料
-
ExcludeFilterContextCustomizer
ExcludeFilterContextCustomizer()
-
-
方法详细资料
-
customizeContext
public void customizeContext(cn.taketoday.context.ConfigurableApplicationContext context, MergedContextConfiguration mergedContextConfiguration) 从接口复制的说明:ContextCustomizerCustomize the suppliedConfigurableApplicationContextafter bean definitions have been loaded into the context but before the context has been refreshed.- 指定者:
customizeContext在接口中ContextCustomizer- 参数:
context- the context to customizemergedContextConfiguration- the merged context configuration
-
equals
-
hashCode
public int hashCode()
-