类 SpringBootWebTestClientBuilderCustomizer

java.lang.Object
org.springframework.boot.test.autoconfigure.web.reactive.SpringBootWebTestClientBuilderCustomizer
所有已实现的接口:
WebTestClientBuilderCustomizer

public class SpringBootWebTestClientBuilderCustomizer extends Object implements WebTestClientBuilderCustomizer
WebTestClientBuilderCustomizer for a typical Spring Boot application. Usually applied automatically via @AutoConfigureWebTestClient, but may also be used directly.
从以下版本开始:
2.0.0
作者:
Andy Wilkinson
  • 构造器详细资料

    • SpringBootWebTestClientBuilderCustomizer

      public SpringBootWebTestClientBuilderCustomizer(Collection<CodecCustomizer> codecCustomizers)
      Create a new SpringBootWebTestClientBuilderCustomizer that will configure the builder's codecs using the given codecCustomizers.
      参数:
      codecCustomizers - the codec customizers
  • 方法详细资料