Index
All Classes and Interfaces|All Packages|Serialized Form
D
- data(Object) - Method in class org.springframework.graphql.support.DefaultExecutionGraphQlResponse.Builder
-
Set the
dataof the GraphQL execution result. - DATA_FETCHER - Enum constant in enum class org.springframework.graphql.observation.GraphQlObservationDocumentation
-
Observation created for
non-trivialdata fetching operations. - DataFetcherExceptionResolver - Interface in org.springframework.graphql.execution
-
Contract to resolve exceptions from
DataFetchers. - DataFetcherExceptionResolverAdapter - Class in org.springframework.graphql.execution
-
Adapter for
DataFetcherExceptionResolverthat pre-implements the asynchronous contract and exposes the following synchronous protected methods:DataFetcherExceptionResolverAdapter.resolveToSingleError(java.lang.Throwable, graphql.schema.DataFetchingEnvironment)DataFetcherExceptionResolverAdapter.resolveToMultipleErrors(java.lang.Throwable, graphql.schema.DataFetchingEnvironment) - DataFetcherExceptionResolverAdapter() - Constructor for class org.springframework.graphql.execution.DataFetcherExceptionResolverAdapter
-
Protected constructor since this class is meant to be extended to provide the actual exception resolution logic.
- DataFetcherHandlerMethod - Class in org.springframework.graphql.data.method.annotation.support
-
An extension of
HandlerMethodfor annotated handler methods adapted toDataFetcherwithDataFetchingEnvironmentas their input. - DataFetcherHandlerMethod(HandlerMethod, HandlerMethodArgumentResolverComposite, Consumer<Object[]>, Executor, boolean) - Constructor for class org.springframework.graphql.data.method.annotation.support.DataFetcherHandlerMethod
-
Constructor with a parent handler method.
- DataFetcherObservationContext - Class in org.springframework.graphql.observation
-
Context that holds information for metadata collection during observations for
data fetching operations. - DataFetcherObservationConvention - Interface in org.springframework.graphql.observation
-
Interface for an
ObservationConventionfordata fetching observations. - DataFetchingEnvironmentMethodArgumentResolver - Class in org.springframework.graphql.data.method.annotation.support
-
Resolver for
DataFetchingEnvironmentand related values that can be accessed through theDataFetchingEnvironmentsuch as:GraphQLContextDataFetchingFieldSelectionSetLocaleorOptional<Locale>as well as arguments of type - DataFetchingEnvironmentMethodArgumentResolver() - Constructor for class org.springframework.graphql.data.method.annotation.support.DataFetchingEnvironmentMethodArgumentResolver
- DataLoaderMethodArgumentResolver - Class in org.springframework.graphql.data.method.annotation.support
-
Resolver for a
DataLoaderobtained viaDataFetchingEnvironment.getDataLoader(String). - DataLoaderMethodArgumentResolver() - Constructor for class org.springframework.graphql.data.method.annotation.support.DataLoaderMethodArgumentResolver
- DataLoaderRegistrar - Interface in org.springframework.graphql.execution
-
Contract for access to the
DataLoaderRegistryfor each request for the purpose of registeringDataLoaderinstances. - dataMimeType(MimeType) - Method in interface org.springframework.graphql.client.RSocketGraphQlClient.Builder
-
Customize the format of data payloads for the connection.
- dataMimeType(MimeType) - Method in class org.springframework.graphql.test.tester.DefaultRSocketGraphQlTesterBuilder
- dataMimeType(MimeType) - Method in interface org.springframework.graphql.test.tester.RSocketGraphQlTester.Builder
-
Customize the format of data payloads for the connection.
- decoder(Decoder<?>) - Method in interface org.springframework.graphql.test.tester.ExecutionGraphQlServiceTester.Builder
-
Configure the JSON decoder to use for mapping response data to higher level objects.
- DefaultBatchLoaderRegistry - Class in org.springframework.graphql.execution
-
A default implementation of
BatchLoaderRegistrythat accepts registrations, and also an implementation ofDataLoaderRegistrarto apply those registrations to aDataLoaderRegistry. - DefaultBatchLoaderRegistry() - Constructor for class org.springframework.graphql.execution.DefaultBatchLoaderRegistry
-
Default constructor
- DefaultBatchLoaderRegistry(Supplier<DataLoaderOptions>) - Constructor for class org.springframework.graphql.execution.DefaultBatchLoaderRegistry
-
Constructor with a default
DataLoaderOptionssupplier to use as a starting point for all registrations. - DefaultDataFetcherObservationConvention - Class in org.springframework.graphql.observation
-
Default implementation for a
DataFetcherObservationConventionextracting information from aDataFetcherObservationContext. - DefaultDataFetcherObservationConvention() - Constructor for class org.springframework.graphql.observation.DefaultDataFetcherObservationConvention
- DefaultDataFetcherObservationConvention(String) - Constructor for class org.springframework.graphql.observation.DefaultDataFetcherObservationConvention
- DefaultExecutionGraphQlRequest - Class in org.springframework.graphql.support
-
GraphQlRequestfor server side handling, adding the transport (e.g. - DefaultExecutionGraphQlRequest(String, String, Map<String, Object>, Map<String, Object>, String, Locale) - Constructor for class org.springframework.graphql.support.DefaultExecutionGraphQlRequest
-
Create an instance.
- DefaultExecutionGraphQlResponse - Class in org.springframework.graphql.support
-
GraphQlResponsefor server use that wraps theExecutionResultreturned fromGraphQLand also exposes the actualExecutionInputinstance passed into it. - DefaultExecutionGraphQlResponse(ExecutionInput, ExecutionResult) - Constructor for class org.springframework.graphql.support.DefaultExecutionGraphQlResponse
-
Constructor to create initial instance.
- DefaultExecutionGraphQlResponse(ExecutionGraphQlResponse) - Constructor for class org.springframework.graphql.support.DefaultExecutionGraphQlResponse
-
Constructor to re-wrap from transport specific subclass.
- DefaultExecutionGraphQlResponse.Builder<B extends DefaultExecutionGraphQlResponse.Builder<B,
R>, R extends ExecutionGraphQlResponse> - Class in org.springframework.graphql.support -
Builder to transform the response's
ExecutionResult. - DefaultExecutionGraphQlService - Class in org.springframework.graphql.execution
-
ExecutionGraphQlServicethat uses aGraphQlSourceto obtain aGraphQLinstance and perform query execution. - DefaultExecutionGraphQlService(GraphQlSource) - Constructor for class org.springframework.graphql.execution.DefaultExecutionGraphQlService
- DefaultExecutionRequestObservationConvention - Class in org.springframework.graphql.observation
-
Default implementation for a
ExecutionRequestObservationConventionextracting information from aExecutionRequestObservationContext. - DefaultExecutionRequestObservationConvention() - Constructor for class org.springframework.graphql.observation.DefaultExecutionRequestObservationConvention
- DefaultExecutionRequestObservationConvention(String) - Constructor for class org.springframework.graphql.observation.DefaultExecutionRequestObservationConvention
- DefaultGraphQlRequest - Class in org.springframework.graphql.support
-
Default implementation of
GraphQlRequest. - DefaultGraphQlRequest(String) - Constructor for class org.springframework.graphql.support.DefaultGraphQlRequest
-
Create a request.
- DefaultGraphQlRequest(String, String, Map<String, Object>, Map<String, Object>) - Constructor for class org.springframework.graphql.support.DefaultGraphQlRequest
-
Create a request with a complete set of inputs.
- DefaultJackson2Codecs() - Constructor for class org.springframework.graphql.client.AbstractGraphQlClientBuilder.DefaultJackson2Codecs
- DefaultRSocketGraphQlTesterBuilder - Class in org.springframework.graphql.test.tester
-
Default implementation of
RSocketGraphQlTester.Builderthat wraps anRSocketGraphQlClient.Builder. - DefaultRSocketGraphQlTesterBuilder(RSocketGraphQlClient) - Constructor for class org.springframework.graphql.test.tester.DefaultRSocketGraphQlTesterBuilder
-
Constructor to mutate.
- defaultTypeResolver(TypeResolver) - Method in interface org.springframework.graphql.execution.GraphQlSource.SchemaResourceBuilder
-
Configure the default
TypeResolverto use for GraphQL interface and union types that don't have such a registration afterapplyingRuntimeWiringConfigurers. - document(String) - Method in class org.springframework.graphql.client.AbstractDelegatingGraphQlClient
- document(String) - Method in interface org.springframework.graphql.client.GraphQlClient
-
Start defining a GraphQL request with the given document, which is the textual representation of an operation (or operations) to perform, including selection sets and fragments.
- document(String) - Method in class org.springframework.graphql.test.tester.AbstractDelegatingGraphQlTester
- document(String) - Method in interface org.springframework.graphql.test.tester.GraphQlTester
-
Start defining a GraphQL request with the given document, which is the textual representation of an operation (or operations) to perform, including selection sets and fragments.
- documentName(String) - Method in class org.springframework.graphql.client.AbstractDelegatingGraphQlClient
- documentName(String) - Method in interface org.springframework.graphql.client.GraphQlClient
-
Variant of
GraphQlClient.document(String)that uses the given key to resolve the GraphQL document from a file with the help of the configuredDocumentSource. - documentName(String) - Method in class org.springframework.graphql.test.tester.AbstractDelegatingGraphQlTester
- documentName(String) - Method in interface org.springframework.graphql.test.tester.GraphQlTester
-
Variant of
GraphQlTester.document(String)that uses the given key to resolve the GraphQL document from a file with the help of the configuredDocumentSource. - documentSource(DocumentSource) - Method in class org.springframework.graphql.client.AbstractGraphQlClientBuilder
- documentSource(DocumentSource) - Method in interface org.springframework.graphql.client.GraphQlClient.Builder
-
Configure a
DocumentSourcefor use withGraphQlClient.documentName(String)for resolving a document by name. - documentSource(DocumentSource) - Method in class org.springframework.graphql.test.tester.AbstractGraphQlTesterBuilder
- documentSource(DocumentSource) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Builder
-
Configure a
DocumentSourcefor use withGraphQlTester.documentName(String)for resolving a document by name. - DocumentSource - Interface in org.springframework.graphql.support
-
Strategy to locate a GraphQL document by a name.
- doesNotContain(E...) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.EntityList
-
Verify the list does not contain the given values.
- doesNotRequirePayload() - Method in enum class org.springframework.graphql.server.support.GraphQlWebSocketMessageType
-
Return if the message type has a payload, and it is required.
- doInvoke(GraphQLContext, Object...) - Method in class org.springframework.graphql.data.method.InvocableHandlerMethodSupport
-
Invoke the handler method with the given argument values.
All Classes and Interfaces|All Packages|Serialized Form