クラスの使用
org.springframework.boot.autoconfigure.graphql.GraphQlProperties
GraphQlProperties を使用するパッケージ
パッケージ
説明
Spring GraphQL の自動構成。
Spring GraphQL での WebFlux サポートの自動構成クラス。
Spring GraphQL での MVC サポートの自動構成クラス。
GraphQL テスターの自動構成。
org.springframework.boot.autoconfigure.graphql 内の GraphQlProperties 使用
型 GraphQlProperties のパラメーターを持つ org.springframework.boot.autoconfigure.graphql のメソッド修飾子と型メソッド説明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 使用
型 GraphQlProperties のパラメーターを持つ org.springframework.boot.autoconfigure.graphql.reactive のメソッド修飾子と型メソッド説明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) 型 GraphQlProperties のパラメーターを持つ org.springframework.boot.autoconfigure.graphql.reactive のコンストラクター修飾子コンストラクター説明GraphQlEndpointCorsConfiguration
(GraphQlProperties graphQlProps, GraphQlCorsProperties corsProps) org.springframework.boot.autoconfigure.graphql.servlet 内の GraphQlProperties 使用
型 GraphQlProperties のパラメーターを持つ org.springframework.boot.autoconfigure.graphql.servlet のメソッド修飾子と型メソッド説明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) 型 GraphQlProperties のパラメーターを持つ org.springframework.boot.autoconfigure.graphql.servlet のコンストラクター修飾子コンストラクター説明GraphQlEndpointCorsConfiguration
(GraphQlProperties graphQlProps, GraphQlCorsProperties corsProps) org.springframework.boot.test.autoconfigure.graphql.tester 内の GraphQlProperties 使用
型 GraphQlProperties のパラメーターを持つ org.springframework.boot.test.autoconfigure.graphql.tester のメソッド修飾子と型メソッド説明org.springframework.graphql.test.tester.HttpGraphQlTester
HttpGraphQlTesterAutoConfiguration.webTestClientGraphQlTester
(WebTestClient webTestClient, GraphQlProperties properties)