Class SpringBootWebTestClientBuilderCustomizer

java.lang.Object
org.springframework.boot.test.autoconfigure.web.reactive.SpringBootWebTestClientBuilderCustomizer
All Implemented Interfaces:
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.
Since:
2.0.0
Author:
Andy Wilkinson
  • Constructor Details

    • SpringBootWebTestClientBuilderCustomizer

      public SpringBootWebTestClientBuilderCustomizer(Collection<CodecCustomizer> codecCustomizers)
      Create a new SpringBootWebTestClientBuilderCustomizer that will configure the builder's codecs using the given codecCustomizers.
      Parameters:
      codecCustomizers - the codec customizers
  • Method Details