Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
I
- initArgumentResolvers() - Method in class org.springframework.graphql.data.federation.FederationSchemaFactory
- initArgumentResolvers() - Method in class org.springframework.graphql.data.method.annotation.support.AnnotatedControllerConfigurer
- initArgumentResolvers() - Method in class org.springframework.graphql.data.method.annotation.support.AnnotatedControllerDetectionSupport
- initGraphQlSchema() - Method in class org.springframework.graphql.execution.AbstractGraphQlSourceBuilder
-
Subclasses must implement this method to provide the
GraphQLSchema
instance. - initializer() - Static method in class org.springframework.graphql.execution.SchemaMappingInspector
-
Return an initializer to configure the
SchemaMappingInspector
and perform the inspection. - initWebSocketHttpRequestHandler(HandshakeHandler) - Method in class org.springframework.graphql.server.webmvc.GraphQlWebSocketHandler
-
Initialize a
WebSocketHttpRequestHandler
that wraps this instance and also inserts aHandshakeInterceptor
for context propagation. - inspect(GraphQLSchema, RuntimeWiring) - Static method in class org.springframework.graphql.execution.SchemaMappingInspector
-
Check the schema against
DataFetcher
registrations, and produce a report. - inspect(GraphQLSchema, Map<String, Map<String, DataFetcher>>) - Method in interface org.springframework.graphql.execution.SchemaMappingInspector.Initializer
-
Perform the inspection and return a report.
- inspect(GraphQLSchema, Map<String, Map<String, DataFetcher>>) - Static method in class org.springframework.graphql.execution.SchemaMappingInspector
-
Variant of
SchemaMappingInspector.inspect(GraphQLSchema, RuntimeWiring)
with a map ofDataFetcher
registrations. - inspectSchemaMappings(Consumer<SchemaMappingInspector.Initializer>, Consumer<SchemaReport>) - Method in interface org.springframework.graphql.execution.GraphQlSource.SchemaResourceBuilder
-
Variant of
GraphQlSource.SchemaResourceBuilder.inspectSchemaMappings(Consumer)
with the option to initialize theSchemaMappingInspector
, e.g. - inspectSchemaMappings(Consumer<SchemaReport>) - Method in interface org.springframework.graphql.execution.GraphQlSource.SchemaResourceBuilder
-
Enable inspection of schema mappings to find unmapped fields and unmapped
DataFetcher
registrations. - instrumentation(List<Instrumentation>) - Method in class org.springframework.graphql.execution.AbstractGraphQlSourceBuilder
- instrumentation(List<Instrumentation>) - Method in interface org.springframework.graphql.execution.GraphQlSource.Builder
-
Provide
Instrumentation
components to instrument the execution of GraphQL queries. - instrumentDataFetcher(DataFetcher<?>, InstrumentationFieldFetchParameters, InstrumentationState) - Method in class org.springframework.graphql.observation.GraphQlObservationInstrumentation
- intercept(ClientGraphQlRequest, GraphQlClientInterceptor.Chain) - Method in interface org.springframework.graphql.client.GraphQlClientInterceptor
-
Intercept a single response request (query and mutation operations) and delegate to the rest of the chain including other interceptors followed by the
GraphQlTransport
. - intercept(ClientGraphQlRequest, SyncGraphQlClientInterceptor.Chain) - Method in interface org.springframework.graphql.client.SyncGraphQlClientInterceptor
-
Intercept a single response request (query and mutation operations), and delegate to the rest of the chain including other interceptors followed by the
SyncGraphQlTransport
. - intercept(RSocketGraphQlRequest, RSocketGraphQlInterceptor.Chain) - Method in interface org.springframework.graphql.server.RSocketGraphQlInterceptor
-
Intercept a request and delegate to the rest of the chain including other interceptors and a
ExecutionGraphQlService
. - intercept(WebGraphQlRequest, WebGraphQlInterceptor.Chain) - Method in class org.springframework.graphql.server.support.AbstractAuthenticationWebSocketInterceptor
- intercept(WebGraphQlRequest, WebGraphQlInterceptor.Chain) - Method in interface org.springframework.graphql.server.WebGraphQlInterceptor
-
Intercept a request and delegate to the rest of the chain including other interceptors and a
ExecutionGraphQlService
. - intercept(WebGraphQlRequest, WebGraphQlInterceptor.Chain) - Method in interface org.springframework.graphql.server.WebSocketGraphQlInterceptor
- interceptor(GraphQlClientInterceptor...) - Method in class org.springframework.graphql.client.AbstractGraphQlClientBuilder
- interceptor(GraphQlClientInterceptor...) - Method in interface org.springframework.graphql.client.GraphQlClient.Builder
-
Configure interceptors to be invoked before delegating to the
GraphQlTransport
to perform the request. - interceptor(GraphQlClientInterceptor...) - Method in interface org.springframework.graphql.test.tester.WebSocketGraphQlTester.Builder
-
Configure interceptors to be invoked before delegating to the
GraphQlTransport
to perform the request. - interceptor(SyncGraphQlClientInterceptor...) - Method in class org.springframework.graphql.client.AbstractGraphQlClientSyncBuilder
- interceptor(SyncGraphQlClientInterceptor...) - Method in interface org.springframework.graphql.client.GraphQlClient.SyncBuilder
-
Configure interceptors to be invoked before delegating to the
SyncGraphQlTransport
to perform the request. - interceptor(WebGraphQlInterceptor...) - Method in interface org.springframework.graphql.server.WebGraphQlHandler.Builder
-
Configure interceptors to be invoked before the target
GraphQlService
. - interceptors(Consumer<List<GraphQlClientInterceptor>>) - Method in class org.springframework.graphql.client.AbstractGraphQlClientBuilder
- interceptors(Consumer<List<GraphQlClientInterceptor>>) - Method in interface org.springframework.graphql.client.GraphQlClient.Builder
-
Customize the list of interceptors.
- interceptors(Consumer<List<GraphQlClientInterceptor>>) - Method in interface org.springframework.graphql.test.tester.WebSocketGraphQlTester.Builder
-
Customize the list of interceptors.
- interceptors(Consumer<List<SyncGraphQlClientInterceptor>>) - Method in class org.springframework.graphql.client.AbstractGraphQlClientSyncBuilder
- interceptors(Consumer<List<SyncGraphQlClientInterceptor>>) - Method in interface org.springframework.graphql.client.GraphQlClient.SyncBuilder
-
Customize the list of interceptors.
- interceptors(List<WebGraphQlInterceptor>) - Method in interface org.springframework.graphql.server.WebGraphQlHandler.Builder
-
Alternative to
WebGraphQlHandler.Builder.interceptor(WebGraphQlInterceptor...)
with a List. - interceptSubscription(ClientGraphQlRequest, GraphQlClientInterceptor.SubscriptionChain) - Method in interface org.springframework.graphql.client.GraphQlClientInterceptor
-
Intercept a subscription request and delegate to the rest of the chain including other interceptors followed by the
GraphQlTransport
. - INTERNAL_ERROR - Enum constant in enum class org.springframework.graphql.execution.ErrorType
-
DataFetcher
encountered an unexpected condition that prevented it from fetching the data value. - InvocableHandlerMethodSupport - Class in org.springframework.graphql.data.method
-
Extension of
HandlerMethod
that adds support for invoking the underlying handler methods. - InvocableHandlerMethodSupport(HandlerMethod, Executor) - Constructor for class org.springframework.graphql.data.method.InvocableHandlerMethodSupport
-
Deprecated, for removal: This API element is subject to removal in a future version.in favor of alternative constructor
- InvocableHandlerMethodSupport(HandlerMethod, Executor, boolean) - Constructor for class org.springframework.graphql.data.method.InvocableHandlerMethodSupport
-
Create an instance.
- invoke(DataFetchingEnvironment) - Method in class org.springframework.graphql.data.method.annotation.support.DataFetcherHandlerMethod
-
Invoke the method after resolving its argument values in the context of the given
DataFetchingEnvironment
. - invoke(DataFetchingEnvironment, Object...) - Method in class org.springframework.graphql.data.method.annotation.support.DataFetcherHandlerMethod
-
Variant of
DataFetcherHandlerMethod.invoke(DataFetchingEnvironment)
that also accepts "given" arguments, which are matched by type. - invokeForIterable(Collection<?>, BatchLoaderEnvironment) - Method in class org.springframework.graphql.data.method.annotation.support.BatchLoaderHandlerMethod
-
Invoke the underlying batch loader method with a collection of input keys to return a collection of matching values.
- invokeForMap(Collection<K>, BatchLoaderEnvironment) - Method in class org.springframework.graphql.data.method.annotation.support.BatchLoaderHandlerMethod
-
Invoke the underlying batch loader method with a collection of keys to return a Map of key-value pairs.
- isBatchHandlerMethod() - Method in record class org.springframework.graphql.data.federation.FederationSchemaFactory.EntityMappingInfo
- isBatchMapping() - Method in class org.springframework.graphql.data.method.annotation.support.DataFetcherMappingInfo
-
Whether it is an
BatchMapping
method or not in which case it is anSchemaMapping
method. - isCacheEnabled() - Method in class org.springframework.graphql.support.CachingDocumentSource
-
Whether
caching
is enabled. - isEqualTo(Object) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Entity
-
Verify the decoded entity is equal to the given value.
- isFallBackOnDirectFieldAccess() - Method in class org.springframework.graphql.data.method.annotation.support.AnnotatedControllerDetectionSupport
- isNotEqualTo(Object) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Entity
-
Verify the decoded entity is not equal to the given value.
- isNotSameAs(Object) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Entity
-
Verify the decoded entity is not the same instance as the given value.
- isOmitted() - Method in class org.springframework.graphql.data.ArgumentValue
-
Return
true
if the input value was omitted altogether from the input, andfalse
if it was provided, but possibly set to the "null" literal. - isPresent() - Method in class org.springframework.graphql.data.ArgumentValue
-
Return
true
if a non-null value is present, andfalse
otherwise. - isSameAs(Object) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Entity
-
Verify the decoded entity is the same instance as the given value.
- isSubscriptionType(GraphQLNamedType) - Method in interface org.springframework.graphql.execution.TypeVisitorHelper
-
Whether the given type is the subscription type.
- isThreadLocalContextAware() - Method in class org.springframework.graphql.execution.DataFetcherExceptionResolverAdapter
-
Whether ThreadLocal context needs to be restored for this resolver.
- isThreadLocalContextAware() - Method in class org.springframework.graphql.execution.SubscriptionExceptionResolverAdapter
-
Whether ThreadLocal context needs to be restored for this resolver.
- isValid() - Method in interface org.springframework.graphql.GraphQlResponse
-
Whether the response is valid.
- isValid() - Method in class org.springframework.graphql.support.DefaultExecutionGraphQlResponse
- isVoid() - Method in class org.springframework.graphql.data.method.HandlerMethod
-
Return
true
if the method return type is void,false
otherwise.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form