Uses of Class
org.springframework.boot.autoconfigure.graphql.GraphQlProperties
Package
Description
Auto-configuration for Spring GraphQL.
Auto-configuration classes for WebFlux support in Spring GraphQL.
Auto-configuration classes for MVC support in Spring GraphQL.
Auto-configuration for GraphQL tester.
-
Uses of GraphQlProperties in org.springframework.boot.autoconfigure.graphql
Modifier and TypeMethodDescriptionorg.springframework.graphql.execution.GraphQlSource
GraphQlAutoConfiguration.graphQlSource
(ResourcePatternResolver resourcePatternResolver, GraphQlProperties properties, ObjectProvider<org.springframework.graphql.execution.DataFetcherExceptionResolver> exceptionResolvers, ObjectProvider<org.springframework.graphql.execution.SubscriptionExceptionResolver> subscriptionExceptionResolvers, ObjectProvider<graphql.execution.instrumentation.Instrumentation> instrumentations, ObjectProvider<org.springframework.graphql.execution.RuntimeWiringConfigurer> wiringConfigurers, ObjectProvider<GraphQlSourceBuilderCustomizer> sourceCustomizers) -
Uses of GraphQlProperties in org.springframework.boot.autoconfigure.graphql.reactive
Modifier and TypeMethodDescriptionGraphQlWebFluxAutoConfiguration.graphQlRouterFunction
(org.springframework.graphql.server.webflux.GraphQlHttpHandler httpHandler, org.springframework.graphql.execution.GraphQlSource graphQlSource, GraphQlProperties properties) GraphQlWebFluxAutoConfiguration.WebSocketConfiguration.graphQlWebSocketEndpoint
(org.springframework.graphql.server.webflux.GraphQlWebSocketHandler graphQlWebSocketHandler, GraphQlProperties properties) org.springframework.graphql.server.webflux.GraphQlWebSocketHandler
GraphQlWebFluxAutoConfiguration.WebSocketConfiguration.graphQlWebSocketHandler
(org.springframework.graphql.server.WebGraphQlHandler webGraphQlHandler, GraphQlProperties properties, ServerCodecConfigurer configurer) ModifierConstructorDescriptionGraphQlEndpointCorsConfiguration
(GraphQlProperties graphQlProps, GraphQlCorsProperties corsProps) -
Uses of GraphQlProperties in org.springframework.boot.autoconfigure.graphql.servlet
Modifier and TypeMethodDescriptionGraphQlWebMvcAutoConfiguration.graphQlRouterFunction
(org.springframework.graphql.server.webmvc.GraphQlHttpHandler httpHandler, org.springframework.graphql.execution.GraphQlSource graphQlSource, GraphQlProperties properties) org.springframework.graphql.server.webmvc.GraphQlWebSocketHandler
GraphQlWebMvcAutoConfiguration.WebSocketConfiguration.graphQlWebSocketHandler
(org.springframework.graphql.server.WebGraphQlHandler webGraphQlHandler, GraphQlProperties properties, HttpMessageConverters converters) GraphQlWebMvcAutoConfiguration.WebSocketConfiguration.graphQlWebSocketMapping
(org.springframework.graphql.server.webmvc.GraphQlWebSocketHandler handler, GraphQlProperties properties) ModifierConstructorDescriptionGraphQlEndpointCorsConfiguration
(GraphQlProperties graphQlProps, GraphQlCorsProperties corsProps) -
Uses of GraphQlProperties in org.springframework.boot.test.autoconfigure.graphql.tester
Modifier and TypeMethodDescriptionorg.springframework.graphql.test.tester.HttpGraphQlTester
HttpGraphQlTesterAutoConfiguration.webTestClientGraphQlTester
(WebTestClient webTestClient, GraphQlProperties properties)