- BatchLoaderHandlerMethod - Class in org.springframework.graphql.data.method.annotation.support
-
An extension of
HandlerMethod
for annotated handler methods adapted to
BatchLoaderWithContext
or
MappedBatchLoaderWithContext
with the list of keys and
BatchLoaderEnvironment
as 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 Type in org.springframework.graphql.data.method.annotation
-
Annotation for a handler method that batch loads field values, given a list
of source/parent values.
- bind(DataFetchingEnvironment, String, ResolvableType) - Method in class org.springframework.graphql.data.GraphQlArgumentBinder
-
Bind a single argument, or the full arguments map, onto an object of the
given target type.
- build() - Method in interface org.springframework.graphql.client.GraphQlClient.Builder
-
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.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 interface org.springframework.graphql.execution.GraphQlSource.Builder
-
- build(RSocketGraphQlResponse, ExecutionResult) - Method in class org.springframework.graphql.server.RSocketGraphQlResponse.Builder
-
- build() - Method in interface org.springframework.graphql.server.WebGraphQlHandler.Builder
-
- build(WebGraphQlResponse, ExecutionResult) - Method in class org.springframework.graphql.server.WebGraphQlResponse.Builder
-
- build() - Method in class org.springframework.graphql.support.DefaultExecutionGraphQlResponse.Builder
-
Build the response with the transformed ExecutionResult
.
- build(R, ExecutionResult) - Method in class org.springframework.graphql.support.DefaultExecutionGraphQlResponse.Builder
-
Subclasses to create the specific response instance.
- build() - Method in class org.springframework.graphql.test.tester.DefaultRSocketGraphQlTesterBuilder
-
- build() - Method in interface org.springframework.graphql.test.tester.ExecutionGraphQlServiceTester.Builder
-
- 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() - Method in interface org.springframework.graphql.test.tester.WebSocketGraphQlTester.Builder
-
Build the WebSocketGraphQlTester
.
- builder(GraphQlTransport) - Static method in interface org.springframework.graphql.client.GraphQlClient
-
Create a builder with the given custom GraphQlTransport
.
- builder() - Static method in interface org.springframework.graphql.client.HttpGraphQlClient
-
- builder(WebClient) - Static method in interface org.springframework.graphql.client.HttpGraphQlClient
-
- builder(WebClient.Builder) - Static method in interface org.springframework.graphql.client.HttpGraphQlClient
-
- builder() - Static method in interface org.springframework.graphql.client.RSocketGraphQlClient
-
Start with a new RSocketRequester.Builder
customized for GraphQL,
setting the dataMimeType
to "application/graphql+json"
and adding JSON codecs.
- builder(RSocketRequester.Builder) - Static method in interface org.springframework.graphql.client.RSocketGraphQlClient
-
- builder(String, WebSocketClient) - Static method in interface org.springframework.graphql.client.WebSocketGraphQlClient
-
- builder(URI, WebSocketClient) - Static method in interface org.springframework.graphql.client.WebSocketGraphQlClient
-
- builder(QueryByExampleExecutor<T>) - Static method in class org.springframework.graphql.data.query.QueryByExampleDataFetcher
-
- builder(ReactiveQueryByExampleExecutor<T>) - Static method in class org.springframework.graphql.data.query.QueryByExampleDataFetcher
-
- builder(QuerydslPredicateExecutor<T>) - Static method in class org.springframework.graphql.data.query.QuerydslDataFetcher
-
- builder(ReactiveQuerydslPredicateExecutor<T>) - Static method in class org.springframework.graphql.data.query.QuerydslDataFetcher
-
- builder(GraphQLSchema) - Static method in interface org.springframework.graphql.execution.GraphQlSource
-
- builder(ExecutionGraphQlService) - Static method in interface org.springframework.graphql.server.WebGraphQlHandler
-
- Builder(R) - Constructor for class org.springframework.graphql.support.DefaultExecutionGraphQlResponse.Builder
-
- builder(ExecutionGraphQlService) - Static method in interface org.springframework.graphql.test.tester.ExecutionGraphQlServiceTester
-
- builder(GraphQlTransport) - Static method in interface org.springframework.graphql.test.tester.GraphQlTester
-
Create a builder with a custom GraphQlTransport
.
- builder(WebTestClient.Builder) - Static method in interface org.springframework.graphql.test.tester.HttpGraphQlTester
-
- builder() - Static method in interface org.springframework.graphql.test.tester.RSocketGraphQlTester
-
Start with a new RSocketRequester.Builder
customized for GraphQL,
setting the dataMimeType
to "application/graphql+json"
and adding JSON codecs.
- builder(RSocketRequester.Builder) - Static method in interface org.springframework.graphql.test.tester.RSocketGraphQlTester
-
- builder(WebGraphQlHandler) - Static method in interface org.springframework.graphql.test.tester.WebGraphQlTester
-
- builder(String, WebSocketClient) - Static method in interface org.springframework.graphql.test.tester.WebSocketGraphQlTester
-
- builder(URI, WebSocketClient) - Static method in interface org.springframework.graphql.test.tester.WebSocketGraphQlTester
-
- 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
-
- buildGraphQlTester(GraphQlTransport) - Method in class org.springframework.graphql.test.tester.AbstractGraphQlTesterBuilder
-
- buildPredicate(DataFetchingEnvironment) - Method in class org.springframework.graphql.data.query.QuerydslDataFetcher
-
Prepare a Predicate
from GraphQL request arguments, also applying
any QuerydslBinderCustomizer
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
-