类 MockServerContainerContextCustomizer

java.lang.Object
cn.taketoday.test.context.web.socket.MockServerContainerContextCustomizer
所有已实现的接口:
ContextCustomizer

class MockServerContainerContextCustomizer extends Object implements ContextCustomizer
ContextCustomizer that instantiates a new MockServerContainer and stores it in the ServletContext under the attribute named "jakarta.websocket.server.ServerContainer".
从以下版本开始:
4.0
作者:
Sam Brannen
  • 构造器详细资料

    • MockServerContainerContextCustomizer

      MockServerContainerContextCustomizer()
  • 方法详细资料

    • 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
    • equals

      public boolean equals(@Nullable Object other)
      覆盖:
      equals 在类中 Object
    • hashCode

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