クラスの使用
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.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 使用
型 GraphQlProperties のパラメーターを持つ org.springframework.boot.autoconfigure.graphql.reactive のメソッド修飾子と型メソッド説明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, GraphQlCorsProperties corsProps, 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, 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, GraphQlCorsProperties corsProperties, 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.HttpGraphQlTesterHttpGraphQlTesterAutoConfiguration.webTestClientGraphQlTester(WebTestClient webTestClient, GraphQlProperties properties)