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
-
DataFetchercannot or will not fetch the data value due to something that is perceived to be a client error. - BatchLoaderHandlerMethod - Class in org.springframework.graphql.data.method.annotation.support
-
An extension of
HandlerMethodfor annotated handler methods adapted toBatchLoaderWithContextorMappedBatchLoaderWithContextwith the list of keys andBatchLoaderEnvironmentas their input. - BatchLoaderHandlerMethod(HandlerMethod, Executor) - Constructor for class org.springframework.graphql.data.method.annotation.support.BatchLoaderHandlerMethod
- 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.
- 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.
- build() - Method in interface org.springframework.graphql.client.GraphQlClient.Builder
-
Build the
GraphQlClientinstance. - build() - Method in interface org.springframework.graphql.client.HttpGraphQlClient.Builder
-
Build the
HttpGraphQlClientinstance. - build() - Method in interface org.springframework.graphql.client.RSocketGraphQlClient.Builder
-
Build the
RSocketGraphQlClientinstance. - build() - Method in interface org.springframework.graphql.client.WebGraphQlClient.Builder
-
Build a
WebGraphQlClientinstance. - build() - Method in interface org.springframework.graphql.client.WebSocketGraphQlClient.Builder
-
Build the
WebSocketGraphQlClient. - build() - Method in interface org.springframework.graphql.execution.GraphQlSource.Builder
-
Build the
GraphQlSourceinstance. - build() - Method in interface org.springframework.graphql.server.WebGraphQlHandler.Builder
-
Build the
WebGraphQlHandlerinstance. - 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
ExecutionGraphQlServiceTesterinstance. - 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
HttpGraphQlTesterinstance. - build() - Method in interface org.springframework.graphql.test.tester.RSocketGraphQlTester.Builder
-
Build the
RSocketGraphQlTesterinstance. - build() - Method in interface org.springframework.graphql.test.tester.WebGraphQlTester.Builder
-
Build a
WebGraphQlTesterinstance. - 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
HttpGraphQlClientwith. - builder() - Static method in interface org.springframework.graphql.client.RSocketGraphQlClient
-
Start with a new
RSocketRequester.Buildercustomized for GraphQL, setting thedataMimeTypeto"application/graphql+json"and adding JSON codecs. - builder() - Static method in interface org.springframework.graphql.test.tester.RSocketGraphQlTester
-
Start with a new
RSocketRequester.Buildercustomized for GraphQL, setting thedataMimeTypeto"application/graphql+json"and adding JSON codecs. - builder(GraphQLSchema) - Static method in interface org.springframework.graphql.execution.GraphQlSource
-
Return a
GraphQlSourcebuilder 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.BuilderacceptingQuerydslPredicateExecutorto build aDataFetcher. - builder(ReactiveQuerydslPredicateExecutor<T>) - Static method in class org.springframework.graphql.data.query.QuerydslDataFetcher
-
Create a new
QuerydslDataFetcher.ReactiveBuilderacceptingReactiveQuerydslPredicateExecutorto build a reactiveDataFetcher. - builder(QueryByExampleExecutor<T>) - Static method in class org.springframework.graphql.data.query.QueryByExampleDataFetcher
-
Create a new
QueryByExampleDataFetcher.BuilderacceptingQueryByExampleExecutorto build aDataFetcher. - builder(ReactiveQueryByExampleExecutor<T>) - Static method in class org.springframework.graphql.data.query.QueryByExampleDataFetcher
-
Create a new
QueryByExampleDataFetcher.ReactiveBuilderacceptingReactiveQueryByExampleExecutorto 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
WebGraphQlHandlerinstance. - 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
HttpGraphQlTesterby creating the underlyingWebTestClientthrough the given builder. - builder(WebClient) - Static method in interface org.springframework.graphql.client.HttpGraphQlClient
-
Variant of
HttpGraphQlClient.builder()with a pre-configuredWebClientto 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-configuredWebClientto 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
Examplefrom 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. - 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
Predicatefrom GraphQL request arguments, also applying anyQuerydslBinderCustomizerthat 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