类的使用
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.GraphQlSourceGraphQlAutoConfiguration.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, ObjectProvider<org.springframework.graphql.execution.GraphQlSource> graphQlSourceProvider, GraphQlProperties properties) org.springframework.graphql.server.webflux.GraphQlSseHandlerGraphQlWebFluxAutoConfiguration.graphQlSseHandler(org.springframework.graphql.server.WebGraphQlHandler webGraphQlHandler, GraphQlProperties properties) GraphQlWebFluxAutoConfiguration.WebSocketConfiguration.graphQlWebSocketEndpoint(org.springframework.graphql.server.webflux.GraphQlWebSocketHandler graphQlWebSocketHandler, GraphQlProperties properties) org.springframework.graphql.server.webflux.GraphQlWebSocketHandlerGraphQlWebFluxAutoConfiguration.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, ObjectProvider<org.springframework.graphql.execution.GraphQlSource> graphQlSourceProvider, GraphQlProperties properties) org.springframework.graphql.server.webmvc.GraphQlSseHandlerGraphQlWebMvcAutoConfiguration.graphQlSseHandler(org.springframework.graphql.server.WebGraphQlHandler webGraphQlHandler, GraphQlProperties properties) org.springframework.graphql.server.webmvc.GraphQlWebSocketHandlerGraphQlWebMvcAutoConfiguration.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.HttpGraphQlTesterHttpGraphQlTesterAutoConfiguration.webTestClientGraphQlTester(WebTestClient webTestClient, GraphQlProperties properties)