类的使用
org.springframework.boot.autoconfigure.graphql.GraphQlProperties
使用GraphQlProperties的程序包
程序包
说明
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.
-
org.springframework.boot.autoconfigure.graphql中GraphQlProperties的使用
修饰符和类型方法说明org.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) -
org.springframework.boot.autoconfigure.graphql.reactive中GraphQlProperties的使用
修饰符和类型方法说明GraphQlWebFluxAutoConfiguration.graphQlRouterFunction
(org.springframework.graphql.server.webflux.GraphQlHttpHandler httpHandler, org.springframework.graphql.server.webflux.GraphQlSseHandler sseHandler, 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) 限定符构造器说明GraphQlEndpointCorsConfiguration
(GraphQlProperties graphQlProps, GraphQlCorsProperties corsProps) -
org.springframework.boot.autoconfigure.graphql.servlet中GraphQlProperties的使用
修饰符和类型方法说明GraphQlWebMvcAutoConfiguration.graphQlRouterFunction
(org.springframework.graphql.server.webmvc.GraphQlHttpHandler httpHandler, org.springframework.graphql.server.webmvc.GraphQlSseHandler sseHandler, org.springframework.graphql.execution.GraphQlSource graphQlSource, GraphQlProperties properties) org.springframework.graphql.server.webmvc.GraphQlSseHandler
GraphQlWebMvcAutoConfiguration.graphQlSseHandler
(org.springframework.graphql.server.WebGraphQlHandler webGraphQlHandler, 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) 限定符构造器说明GraphQlEndpointCorsConfiguration
(GraphQlProperties graphQlProps, GraphQlCorsProperties corsProps) -
org.springframework.boot.test.autoconfigure.graphql.tester中GraphQlProperties的使用
修饰符和类型方法说明org.springframework.graphql.test.tester.HttpGraphQlTester
HttpGraphQlTesterAutoConfiguration.webTestClientGraphQlTester
(WebTestClient webTestClient, GraphQlProperties properties)