Class PlaygroundWebFluxAutoConfiguration

java.lang.Object
graphql.kickstart.autoconfigure.editor.playground.PlaygroundWebFluxAutoConfiguration
All Implemented Interfaces:
org.springframework.web.reactive.config.WebFluxConfigurer

@AutoConfiguration @Import(PlaygroundWebFluxControllerAdvice.class) @ConditionalOnClass(org.springframework.web.reactive.config.WebFluxConfigurer.class) @ConditionalOnProperty(value="graphql.playground.enabled", havingValue="true") public class PlaygroundWebFluxAutoConfiguration extends Object implements org.springframework.web.reactive.config.WebFluxConfigurer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.web.reactive.function.server.RouterFunction<org.springframework.web.reactive.function.server.ServerResponse>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.web.reactive.config.WebFluxConfigurer

    addCorsMappings, addFormatters, addResourceHandlers, configureArgumentResolvers, configureContentTypeResolver, configureHttpMessageCodecs, configurePathMatching, configureViewResolvers, getMessageCodesResolver, getValidator, getWebSocketService
  • Constructor Details

    • PlaygroundWebFluxAutoConfiguration

      public PlaygroundWebFluxAutoConfiguration()
  • Method Details

    • playgroundStaticFilesRouter

      @Bean public org.springframework.web.reactive.function.server.RouterFunction<org.springframework.web.reactive.function.server.ServerResponse> playgroundStaticFilesRouter()