クラス GraphQlWebFluxAutoConfiguration
java.lang.ObjectSE
org.springframework.boot.autoconfigure.graphql.reactive.GraphQlWebFluxAutoConfiguration
@AutoConfiguration(after=GraphQlAutoConfiguration.class)
@ConditionalOnWebApplication(type=REACTIVE)
@ConditionalOnClass({graphql.GraphQL.class,org.springframework.graphql.server.webflux.GraphQlHttpHandler.class})
@ConditionalOnBean(org.springframework.graphql.ExecutionGraphQlService.class)
@EnableConfigurationProperties(GraphQlCorsProperties.class)
@ImportRuntimeHints(org.springframework.boot.autoconfigure.graphql.reactive.GraphQlWebFluxAutoConfiguration.GraphiQlResourceHints.class)
public class GraphQlWebFluxAutoConfiguration
extends ObjectSE
WebFlux 上で Spring GraphQL を有効にするための
Auto-configuration
。- 導入:
- 2.7.0
- 作成者:
- Brian Clozel
ネストされたクラスのサマリー
ネストされたクラス修飾子と型クラス説明static class
static class
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明org.springframework.graphql.server.webflux.GraphQlHttpHandler
graphQlHttpHandler
(org.springframework.graphql.server.WebGraphQlHandler webGraphQlHandler) graphQlRouterFunction
(org.springframework.graphql.server.webflux.GraphQlHttpHandler httpHandler, org.springframework.graphql.server.webflux.GraphQlSseHandler sseHandler, ObjectProvider<org.springframework.graphql.execution.GraphQlSource> graphQlSourceProvider, GraphQlProperties properties) org.springframework.graphql.server.webflux.GraphQlSseHandler
graphQlSseHandler
(org.springframework.graphql.server.WebGraphQlHandler webGraphQlHandler, GraphQlProperties properties) org.springframework.graphql.server.WebGraphQlHandler
webGraphQlHandler
(org.springframework.graphql.ExecutionGraphQlService service, ObjectProvider<org.springframework.graphql.server.WebGraphQlInterceptor> interceptors)
コンストラクターの詳細
GraphQlWebFluxAutoConfiguration
public GraphQlWebFluxAutoConfiguration()
メソッドの詳細
graphQlHttpHandler
@Bean @ConditionalOnMissingBean public org.springframework.graphql.server.webflux.GraphQlHttpHandler graphQlHttpHandler(org.springframework.graphql.server.WebGraphQlHandler webGraphQlHandler) graphQlSseHandler
@Bean @ConditionalOnMissingBean public org.springframework.graphql.server.webflux.GraphQlSseHandler graphQlSseHandler(org.springframework.graphql.server.WebGraphQlHandler webGraphQlHandler, GraphQlProperties properties) webGraphQlHandler
@Bean @ConditionalOnMissingBean public org.springframework.graphql.server.WebGraphQlHandler webGraphQlHandler(org.springframework.graphql.ExecutionGraphQlService service, ObjectProvider<org.springframework.graphql.server.WebGraphQlInterceptor> interceptors) graphQlRouterFunction
@Bean @Order(0) public RouterFunction<ServerResponse> graphQlRouterFunction(org.springframework.graphql.server.webflux.GraphQlHttpHandler httpHandler, org.springframework.graphql.server.webflux.GraphQlSseHandler sseHandler, ObjectProvider<org.springframework.graphql.execution.GraphQlSource> graphQlSourceProvider, GraphQlProperties properties)