Index
All Classes and Interfaces|All Packages|Serialized Form
I
- 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. - 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(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.observation.PropagationWebGraphQlInterceptor
- 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(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(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
-
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.
- 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.
- 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.
- 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|Serialized Form