Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- CachingDocumentSource - Class in org.springframework.graphql.support
-
Base class for
DocumentSourceimplementations providing support for caching loaded documents. - CachingDocumentSource(DocumentSource) - Constructor for class org.springframework.graphql.support.CachingDocumentSource
-
Constructor with the
DocumentSourceto actually load documents. - ClassNameTypeResolver - Class in org.springframework.graphql.execution
-
TypeResolverthat tries to find a GraphQL Object type based on the class name of a value returned from aDataFetcher. - ClassNameTypeResolver() - Constructor for class org.springframework.graphql.execution.ClassNameTypeResolver
- clearCache() - Method in class org.springframework.graphql.support.CachingDocumentSource
-
Remove all entries from the document cache.
- ClientGraphQlRequest - Interface in org.springframework.graphql.client
-
GraphQlRequestfor client side use. - ClientGraphQlResponse - Interface in org.springframework.graphql.client
-
GraphQlResponsefor client use, with further options to handle the response. - ClientResponseField - Interface in org.springframework.graphql.client
-
Extends
ResponseFieldto add options for decoding the field value. - clientTransport(ClientTransport) - Method in interface org.springframework.graphql.client.RSocketGraphQlClient.Builder
-
Use a given
ClientTransportto communicate with the remote server. - clientTransport(ClientTransport) - Method in class org.springframework.graphql.test.tester.DefaultRSocketGraphQlTesterBuilder
- clientTransport(ClientTransport) - Method in interface org.springframework.graphql.test.tester.RSocketGraphQlTester.Builder
-
Use a given
ClientTransportto communicate with the remote server. - clientTransports(Publisher<List<LoadbalanceTarget>>, LoadbalanceStrategy) - Method in interface org.springframework.graphql.client.RSocketGraphQlClient.Builder
-
Use a
PublisherofLoadbalanceTargets, each of which contains aClientTransport. - codecConfigurer(Consumer<CodecConfigurer>) - Method in interface org.springframework.graphql.client.WebGraphQlClient.Builder
-
Configure the underlying
CodecConfigurerto use for all JSON encoding and decoding needs. - codecConfigurer(Consumer<CodecConfigurer>) - Method in interface org.springframework.graphql.test.tester.WebGraphQlTester.Builder
-
Configure the underlying
CodecConfigurerto use for all JSON encoding and decoding needs. - complete(String) - Static method in class org.springframework.graphql.server.support.GraphQlWebSocketMessage
-
Create a
"complete"server message. - COMPLETE - Enum constant in enum class org.springframework.graphql.server.support.GraphQlWebSocketMessageType
- configure(GraphQLCodeRegistry.Builder) - Method in class org.springframework.graphql.data.method.annotation.support.AnnotatedControllerConfigurer
-
Alternative to
AnnotatedControllerConfigurer.configure(RuntimeWiring.Builder)that registers data fetchers in aGraphQLCodeRegistry.Builder. - configure(RuntimeWiring.Builder) - Method in class org.springframework.graphql.data.method.annotation.support.AnnotatedControllerConfigurer
- configure(RuntimeWiring.Builder) - Method in interface org.springframework.graphql.execution.RuntimeWiringConfigurer
-
Apply changes to the
RuntimeWiring.Buildersuch as registeringDataFetchers, custom scalar types, and more. - configure(RuntimeWiring.Builder, List<WiringFactory>) - Method in interface org.springframework.graphql.execution.RuntimeWiringConfigurer
-
Variant of
RuntimeWiringConfigurer.configure(RuntimeWiring.Builder)that also collectsWiringFactoryinstances that are then combined as one viaCombinedWiringFactory. - configureExecutionInput(BiFunction<ExecutionInput, ExecutionInput.Builder, ExecutionInput>) - Method in interface org.springframework.graphql.ExecutionGraphQlRequest
- configureExecutionInput(BiFunction<ExecutionInput, ExecutionInput.Builder, ExecutionInput>) - Method in class org.springframework.graphql.support.DefaultExecutionGraphQlRequest
- configureExecutionInput(BiFunction<ExecutionInput, ExecutionInput.Builder, ExecutionInput>) - Method in interface org.springframework.graphql.test.tester.ExecutionGraphQlServiceTester.Builder
-
Provide a
BiFunctionto help initialize theExecutionInputwith. - configureGraphQl(Consumer<GraphQL.Builder>) - Method in interface org.springframework.graphql.execution.GraphQlSource.Builder
-
Configure consumers to be given access to the
GraphQL.Builderused to buildGraphQL. - configureJsonPathConfig(Function<Configuration, Configuration>) - Method in class org.springframework.graphql.test.tester.AbstractGraphQlTesterBuilder
-
Allow transport-specific subclass builders to register a JSON Path
MappingProviderthat matches the JSON encoding/decoding they use. - configureRuntimeWiring(RuntimeWiringConfigurer) - Method in interface org.springframework.graphql.execution.GraphQlSource.SchemaResourceBuilder
-
Configure the underlying
RuntimeWiring.Builderto register data fetchers, custom scalar types, type resolvers, and more. - CONNECTION_ACK - Enum constant in enum class org.springframework.graphql.server.support.GraphQlWebSocketMessageType
- CONNECTION_INIT - Enum constant in enum class org.springframework.graphql.server.support.GraphQlWebSocketMessageType
- connectionAck(Object) - Static method in class org.springframework.graphql.server.support.GraphQlWebSocketMessage
-
Create a
"connection_ack"server message. - connectionInit(Object) - Static method in class org.springframework.graphql.server.support.GraphQlWebSocketMessage
-
Create a
"connection_init"client message. - connectionInitPayload() - Method in interface org.springframework.graphql.client.WebSocketGraphQlClientInterceptor
-
Provide a
Monothat returns the payload for the"connection_init"message. - contains(E...) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.EntityList
-
Verify the list contains the given values, in any order.
- containsExactly(E...) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.EntityList
-
Verify that the list contains exactly the given values and nothing else, in the same order.
- ContextValue - Annotation Interface in org.springframework.graphql.data.method.annotation
-
Annotation to bind a method parameter to an attribute from the
mainGraphQLContext. - ContextValueMethodArgumentResolver - Class in org.springframework.graphql.data.method.annotation.support
-
Resolver for a
@ContextValueannotated method parameter. - ContextValueMethodArgumentResolver() - Constructor for class org.springframework.graphql.data.method.annotation.support.ContextValueMethodArgumentResolver
- ContinuationHandlerMethodArgumentResolver - Class in org.springframework.graphql.data.method.annotation.support
-
No-op resolver for method arguments of type
Continuation. - ContinuationHandlerMethodArgumentResolver() - Constructor for class org.springframework.graphql.data.method.annotation.support.ContinuationHandlerMethodArgumentResolver
- create(URI, WebSocketClient) - Static method in interface org.springframework.graphql.client.WebSocketGraphQlClient
-
Create a
WebSocketGraphQlClient. - create(URI, WebSocketClient) - Static method in interface org.springframework.graphql.test.tester.WebSocketGraphQlTester
-
Create a
WebSocketGraphQlTester. - create(ExecutionGraphQlService) - Static method in interface org.springframework.graphql.test.tester.ExecutionGraphQlServiceTester
-
Create a
ExecutionGraphQlServiceTesterinstance. - create(WebGraphQlHandler) - Static method in interface org.springframework.graphql.test.tester.WebGraphQlTester
-
Create a
WebGraphQlTesterinstance. - create(WebTestClient) - Static method in interface org.springframework.graphql.test.tester.HttpGraphQlTester
-
Create an
HttpGraphQlTesterthat uses the givenWebTestClient. - create(WebClient) - Static method in interface org.springframework.graphql.client.HttpGraphQlClient
-
Create an
HttpGraphQlClientthat uses the givenWebClient. - createExceptionHandler(List<DataFetcherExceptionResolver>) - Static method in interface org.springframework.graphql.execution.DataFetcherExceptionResolver
-
Factory method to create a
DataFetcherExceptionResolverfrom a list of resolvers. - createProjection(Class<?>, Object) - Method in class org.springframework.graphql.data.method.annotation.support.ProjectedPayloadMethodArgumentResolver
-
Protected method to create the projection.
- createResponse(Map<String, Object>) - Static method in interface org.springframework.graphql.client.GraphQlTransport
-
Factory method to create
GraphQlResponsefrom a GraphQL response map for use in transport implementations. - createState(InstrumentationCreateStateParameters) - Method in class org.springframework.graphql.observation.GraphQlObservationInstrumentation
- createWithResolvedBean() - Method in class org.springframework.graphql.data.method.HandlerMethod
-
If the provided instance contains a bean name rather than an object instance, the bean name is resolved before a
HandlerMethodis created and returned. - customize(QueryByExampleDataFetcher.Builder<T, ?>) - Method in interface org.springframework.graphql.data.query.QueryByExampleDataFetcher.QueryByExampleBuilderCustomizer
-
Callback to customize a
QueryByExampleDataFetcher.Builderinstance. - customize(QueryByExampleDataFetcher.ReactiveBuilder<T, ?>) - Method in interface org.springframework.graphql.data.query.QueryByExampleDataFetcher.ReactiveQueryByExampleBuilderCustomizer
-
Callback to customize a
QueryByExampleDataFetcher.ReactiveBuilderinstance. - customize(QuerydslDataFetcher.Builder<T, ?>) - Method in interface org.springframework.graphql.data.query.QuerydslDataFetcher.QuerydslBuilderCustomizer
-
Callback to customize a
QuerydslDataFetcher.Builderinstance. - customize(QuerydslDataFetcher.ReactiveBuilder<T, ?>) - Method in interface org.springframework.graphql.data.query.QuerydslDataFetcher.ReactiveQuerydslBuilderCustomizer
-
Callback to customize a
QuerydslDataFetcher.ReactiveBuilderinstance. - customizer(QuerydslBinderCustomizer<? extends EntityPath<T>>) - Method in class org.springframework.graphql.data.query.QuerydslDataFetcher.Builder
-
Apply a
QuerydslBinderCustomizer. - customizer(QuerydslBinderCustomizer<? extends EntityPath<T>>) - Method in class org.springframework.graphql.data.query.QuerydslDataFetcher.ReactiveBuilder
-
Apply a
QuerydslBinderCustomizer.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form