@Configuration @Import(value=PlaygroundWebFluxControllerAdvice.class) @ConditionalOnClass(value=org.springframework.web.reactive.config.WebFluxConfigurer.class) @ConditionalOnProperty(value="graphql.playground.enabled", havingValue="true", matchIfMissing=true) public class PlaygroundWebFluxAutoConfiguration extends java.lang.Object implements org.springframework.web.reactive.config.WebFluxConfigurer
| Constructor and Description |
|---|
PlaygroundWebFluxAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureViewResolvers(org.springframework.web.reactive.config.ViewResolverRegistry registry) |
org.springframework.web.reactive.function.server.RouterFunction<org.springframework.web.reactive.function.server.ServerResponse> |
playgroundStaticFilesRouter() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCorsMappings, addFormatters, addResourceHandlers, configureArgumentResolvers, configureContentTypeResolver, configureHttpMessageCodecs, configurePathMatching, getMessageCodesResolver, getValidator, getWebSocketService@Bean public org.springframework.web.reactive.function.server.RouterFunction<org.springframework.web.reactive.function.server.ServerResponse> playgroundStaticFilesRouter()
public void configureViewResolvers(org.springframework.web.reactive.config.ViewResolverRegistry registry)
configureViewResolvers in interface org.springframework.web.reactive.config.WebFluxConfigurer