类 DynamicPropertiesContextCustomizer

java.lang.Object
cn.taketoday.test.context.support.DynamicPropertiesContextCustomizer
所有已实现的接口:
ContextCustomizer

class DynamicPropertiesContextCustomizer extends Object implements ContextCustomizer
从以下版本开始:
4.0
作者:
Phillip Webb, Sam Brannen
另请参阅:
  • 字段详细资料

  • 构造器详细资料

    • DynamicPropertiesContextCustomizer

      DynamicPropertiesContextCustomizer(Set<Method> methods)
  • 方法详细资料

    • assertValid

      private void assertValid(Method method)
    • customizeContext

      public void customizeContext(cn.taketoday.context.ConfigurableApplicationContext context, MergedContextConfiguration mergedConfig)
      从接口复制的说明: ContextCustomizer
      Customize the supplied ConfigurableApplicationContext after bean definitions have been loaded into the context but before the context has been refreshed.
      指定者:
      customizeContext 在接口中 ContextCustomizer
      参数:
      context - the context to customize
      mergedConfig - the merged context configuration
    • buildDynamicPropertiesMap

      private Map<String,Supplier<Object>> buildDynamicPropertiesMap()
    • getMethods

      Set<Method> getMethods()
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object
    • equals

      public boolean equals(Object obj)
      覆盖:
      equals 在类中 Object