Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
B
- BAD_REQUEST - Enum constant in enum class org.springframework.graphql.execution.ErrorType
-
DataFetcher
cannot or will not fetch the data value due to something that is perceived to be a client error. - base64() - Static method in interface org.springframework.graphql.data.pagination.CursorEncoder
-
Return a
CursorEncoder
for Base64 encoding and decoding. - BatchLoaderHandlerMethod - Class in org.springframework.graphql.data.method.annotation.support
-
An extension of
HandlerMethod
for annotated handler methods adapted toBatchLoaderWithContext
orMappedBatchLoaderWithContext
with the list of keys andBatchLoaderEnvironment
as their input. - BatchLoaderHandlerMethod(HandlerMethod, Executor) - Constructor for class org.springframework.graphql.data.method.annotation.support.BatchLoaderHandlerMethod
-
Deprecated, for removal: This API element is subject to removal in a future version.in favor of alternative constructor
- BatchLoaderHandlerMethod(HandlerMethod, Executor, boolean) - Constructor for class org.springframework.graphql.data.method.annotation.support.BatchLoaderHandlerMethod
-
Create an instance.
- BatchLoaderRegistry - Interface in org.springframework.graphql.execution
-
Registry for functions to batch load data values, given a set of keys.
- BatchLoaderRegistry.RegistrationSpec<K,
V> - Interface in org.springframework.graphql.execution -
Spec to complete the registration of a batch loading function.
- BatchMapping - Annotation Interface in org.springframework.graphql.data.method.annotation
-
Annotation for a handler method that batch loads field values, given a list of source/parent values.
- BearerTokenAuthenticationExtractor - Class in org.springframework.graphql.server.support
-
AuthenticationExtractor
that extracts a bearer token. - BearerTokenAuthenticationExtractor() - Constructor for class org.springframework.graphql.server.support.BearerTokenAuthenticationExtractor
-
Constructor that defaults to
BearerTokenAuthenticationExtractor.AUTHORIZATION_KEY
for the payload key. - BearerTokenAuthenticationExtractor(String) - Constructor for class org.springframework.graphql.server.support.BearerTokenAuthenticationExtractor
-
Constructor with the key for the authorization value.
- beginExecution(InstrumentationExecutionParameters, InstrumentationState) - Method in class org.springframework.graphql.observation.GraphQlObservationInstrumentation
- bind(DataFetchingEnvironment, String, ResolvableType) - Method in class org.springframework.graphql.data.GraphQlArgumentBinder
-
Create and populate an Object of the given target type, from a single GraphQL argument, or from the full GraphQL arguments map.
- bind(Object, boolean, ResolvableType) - Method in class org.springframework.graphql.data.GraphQlArgumentBinder
-
Variant of
GraphQlArgumentBinder.bind(DataFetchingEnvironment, String, ResolvableType)
with a pre-extracted raw value to bind from. - blockingTimeout(Duration) - Method in class org.springframework.graphql.client.AbstractGraphQlClientBuilder
- blockingTimeout(Duration) - Method in class org.springframework.graphql.client.AbstractGraphQlClientSyncBuilder
- blockingTimeout(Duration) - Method in interface org.springframework.graphql.client.GraphQlClient.BaseBuilder
-
Configure a timeout to use for blocking execution.
- build() - Method in interface org.springframework.graphql.client.GraphQlClient.BaseBuilder
-
Build the
GraphQlClient
instance. - build() - Method in interface org.springframework.graphql.client.HttpGraphQlClient.Builder
-
Build the
HttpGraphQlClient
instance. - build() - Method in interface org.springframework.graphql.client.HttpSyncGraphQlClient.Builder
-
Build the
HttpSyncGraphQlClient
instance. - build() - Method in interface org.springframework.graphql.client.RSocketGraphQlClient.Builder
-
Build the
RSocketGraphQlClient
instance. - build() - Method in interface org.springframework.graphql.client.WebGraphQlClient.Builder
-
Build a
WebGraphQlClient
instance. - build() - Method in interface org.springframework.graphql.client.WebSocketGraphQlClient.Builder
-
Build the
WebSocketGraphQlClient
. - build() - Method in class org.springframework.graphql.execution.AbstractGraphQlSourceBuilder
- build() - Method in interface org.springframework.graphql.execution.GraphQlSource.Builder
-
Build the
GraphQlSource
instance. - build() - Method in interface org.springframework.graphql.server.WebGraphQlHandler.Builder
-
Build the
WebGraphQlHandler
instance. - build() - Method in class org.springframework.graphql.support.DefaultExecutionGraphQlResponse.Builder
-
Build the response with the transformed
ExecutionResult
. - build() - Method in class org.springframework.graphql.test.tester.DefaultRSocketGraphQlTesterBuilder
- build() - Method in interface org.springframework.graphql.test.tester.ExecutionGraphQlServiceTester.Builder
-
Build a
ExecutionGraphQlServiceTester
instance. - build() - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Builder
-
Build the
GraphQlTester
. - build() - Method in interface org.springframework.graphql.test.tester.HttpGraphQlTester.Builder
-
Build the
HttpGraphQlTester
instance. - build() - Method in interface org.springframework.graphql.test.tester.RSocketGraphQlTester.Builder
-
Build the
RSocketGraphQlTester
instance. - build() - Method in interface org.springframework.graphql.test.tester.WebGraphQlTester.Builder
-
Build a
WebGraphQlTester
instance. - build() - Method in interface org.springframework.graphql.test.tester.WebSocketGraphQlTester.Builder
-
Build the
WebSocketGraphQlTester
. - build(RSocketGraphQlResponse, ExecutionResult) - Method in class org.springframework.graphql.server.RSocketGraphQlResponse.Builder
- build(WebGraphQlResponse, ExecutionResult) - Method in class org.springframework.graphql.server.WebGraphQlResponse.Builder
- build(R, ExecutionResult) - Method in class org.springframework.graphql.support.DefaultExecutionGraphQlResponse.Builder
-
Subclasses to create the specific response instance.
- builder() - Static method in interface org.springframework.graphql.client.HttpGraphQlClient
-
Return a builder to initialize an
HttpGraphQlClient
with. - builder() - Static method in interface org.springframework.graphql.client.HttpSyncGraphQlClient
-
Return a builder to initialize an
HttpSyncGraphQlClient
with. - builder() - Static method in interface org.springframework.graphql.client.RSocketGraphQlClient
-
Start with a new
RSocketRequester.Builder
customized for GraphQL, setting thedataMimeType
to"application/graphql+json"
and adding JSON codecs. - builder() - Static method in interface org.springframework.graphql.test.tester.RSocketGraphQlTester
-
Start with a new
RSocketRequester.Builder
customized for GraphQL, setting thedataMimeType
to"application/graphql+json"
and adding JSON codecs. - builder(GraphQLSchema) - Static method in interface org.springframework.graphql.execution.GraphQlSource
-
Return a
GraphQlSource
builder that uses an externally preparedGraphQLSchema
. - builder(String, WebSocketClient) - Static method in interface org.springframework.graphql.client.WebSocketGraphQlClient
-
Return a builder for a
WebSocketGraphQlClient
. - builder(String, WebSocketClient) - Static method in interface org.springframework.graphql.test.tester.WebSocketGraphQlTester
-
Return a builder for a
WebSocketGraphQlClient
. - builder(URI, WebSocketClient) - Static method in interface org.springframework.graphql.client.WebSocketGraphQlClient
-
Return a builder for a
WebSocketGraphQlClient
. - builder(URI, WebSocketClient) - Static method in interface org.springframework.graphql.test.tester.WebSocketGraphQlTester
-
Return a builder for a
WebSocketGraphQlClient
. - builder(QuerydslPredicateExecutor<T>) - Static method in class org.springframework.graphql.data.query.QuerydslDataFetcher
-
Create a new
QuerydslDataFetcher.Builder
acceptingQuerydslPredicateExecutor
to build aDataFetcher
. - builder(ReactiveQuerydslPredicateExecutor<T>) - Static method in class org.springframework.graphql.data.query.QuerydslDataFetcher
-
Create a new
QuerydslDataFetcher.ReactiveBuilder
acceptingReactiveQuerydslPredicateExecutor
to build a reactiveDataFetcher
. - builder(QueryByExampleExecutor<T>) - Static method in class org.springframework.graphql.data.query.QueryByExampleDataFetcher
-
Create a new
QueryByExampleDataFetcher.Builder
acceptingQueryByExampleExecutor
to build aDataFetcher
. - builder(ReactiveQueryByExampleExecutor<T>) - Static method in class org.springframework.graphql.data.query.QueryByExampleDataFetcher
-
Create a new
QueryByExampleDataFetcher.ReactiveBuilder
acceptingReactiveQueryByExampleExecutor
to build aDataFetcher
. - builder(GraphQlTransport) - Static method in interface org.springframework.graphql.client.GraphQlClient
-
Create a builder with the given custom
GraphQlTransport
. - builder(GraphQlTransport) - Static method in interface org.springframework.graphql.test.tester.GraphQlTester
-
Create a builder with a custom
GraphQlTransport
. - builder(ExecutionGraphQlService) - Static method in interface org.springframework.graphql.server.WebGraphQlHandler
-
Provides access to a builder to create a
WebGraphQlHandler
instance. - builder(ExecutionGraphQlService) - Static method in interface org.springframework.graphql.test.tester.ExecutionGraphQlServiceTester
-
Return a builder for
ExecutionGraphQlServiceTester
. - builder(WebGraphQlHandler) - Static method in interface org.springframework.graphql.test.tester.WebGraphQlTester
-
Return a builder for a
WebGraphQlTester
. - builder(RSocketRequester.Builder) - Static method in interface org.springframework.graphql.client.RSocketGraphQlClient
-
Start with a given
RSocketGraphQlClient.builder()
. - builder(RSocketRequester.Builder) - Static method in interface org.springframework.graphql.test.tester.RSocketGraphQlTester
-
Start with a given
RSocketGraphQlTester.builder()
. - builder(WebTestClient.Builder) - Static method in interface org.springframework.graphql.test.tester.HttpGraphQlTester
-
Return a builder to initialize an
HttpGraphQlTester
by creating the underlyingWebTestClient
through the given builder. - builder(RestClient) - Static method in interface org.springframework.graphql.client.HttpSyncGraphQlClient
-
Variant of
HttpSyncGraphQlClient.builder()
with a pre-configuredRestClient
to mutate and customize further through the returned builder. - builder(RestClient.Builder) - Static method in interface org.springframework.graphql.client.HttpSyncGraphQlClient
-
Variant of
HttpSyncGraphQlClient.builder()
with a pre-configuredRestClient
to mutate and customize further through the returned builder. - builder(WebClient) - Static method in interface org.springframework.graphql.client.HttpGraphQlClient
-
Variant of
HttpGraphQlClient.builder()
with a pre-configuredWebClient
to mutate and customize further through the returned builder. - builder(WebClient.Builder) - Static method in interface org.springframework.graphql.client.HttpGraphQlClient
-
Variant of
HttpGraphQlClient.builder()
with a pre-configuredWebClient
to mutate and customize further through the returned builder. - Builder(R) - Constructor for class org.springframework.graphql.support.DefaultExecutionGraphQlResponse.Builder
- buildExample(DataFetchingEnvironment) - Method in class org.springframework.graphql.data.query.QueryByExampleDataFetcher
-
Prepare an
Example
from GraphQL request arguments. - buildGraphQlClient(GraphQlTransport) - Method in class org.springframework.graphql.client.AbstractGraphQlClientBuilder
-
Build the default transport-agnostic client that subclasses can then wrap with
AbstractDelegatingGraphQlClient
. - buildGraphQlClient(SyncGraphQlTransport) - Method in class org.springframework.graphql.client.AbstractGraphQlClientSyncBuilder
-
Build the default transport-agnostic client that subclasses can then wrap with
AbstractDelegatingGraphQlClient
. - buildGraphQlTester(GraphQlTransport) - Method in class org.springframework.graphql.test.tester.AbstractGraphQlTesterBuilder
-
Build the default transport-agnostic client that subclasses can then wrap with
AbstractDelegatingGraphQlTester
. - buildPredicate(DataFetchingEnvironment) - Method in class org.springframework.graphql.data.query.QuerydslDataFetcher
-
Prepare a
Predicate
from GraphQL request arguments, also applying anyQuerydslBinderCustomizer
that may have been configured. - buildPropertyPaths(DataFetchingFieldSelectionSet, Class<?>) - Method in class org.springframework.graphql.data.query.QueryByExampleDataFetcher
- buildPropertyPaths(DataFetchingFieldSelectionSet, Class<?>) - Method in class org.springframework.graphql.data.query.QuerydslDataFetcher
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form