Skip navigation links
Spring GraphQL
A B C D E F G H I J L M O P Q R S T V W 

C

clone() - Method in class org.springframework.graphql.data.method.HandlerMethod.HandlerMethodParameter
 
composite(List<ThreadLocalAccessor>) - Static method in interface org.springframework.graphql.execution.ThreadLocalAccessor
Create a composite accessor that applies all of the given ThreadLocal accessors.
configure(RuntimeWiring.Builder) - Method in class org.springframework.graphql.data.method.annotation.support.AnnotatedDataFetcherConfigurer
 
configure(RuntimeWiring.Builder) - Method in interface org.springframework.graphql.execution.RuntimeWiringConfigurer
Apply changes to the RuntimeWiring.Builder such as registering DataFetchers, custom scalar types, and more.
configureExecutionInput(BiFunction<ExecutionInput, ExecutionInput.Builder, ExecutionInput>) - Method in class org.springframework.graphql.RequestInput
Provide a consumer to configure the ExecutionInput used for input to GraphQL.executeAsync(ExecutionInput).
configureGraphQl(Consumer<GraphQL.Builder>) - Method in interface org.springframework.graphql.execution.GraphQlSource.Builder
Configure consumers to be given access to the GraphQL.Builder used to build GraphQL.
configureRuntimeWiring(RuntimeWiringConfigurer) - Method in interface org.springframework.graphql.execution.GraphQlSource.Builder
Add a component that is given access to the RuntimeWiring.Builder used to register DataFetchers, custom scalar types, type resolvers, and more.
contains(E...) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.ListEntitySpec
Assert the list contains the given elements.
containsExactly(E...) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.ListEntitySpec
Assert the list contains the given elements.
create(GraphQlService) - Static method in interface org.springframework.graphql.test.tester.GraphQlTester
Create a GraphQlTester that performs GraphQL requests through the given GraphQlService.
create(WebTestClient) - Static method in interface org.springframework.graphql.test.tester.WebGraphQlTester
Create a WebGraphQlTester that performs GraphQL requests as an HTTP client through the given WebTestClient.
create(WebGraphQlHandler) - Static method in interface org.springframework.graphql.test.tester.WebGraphQlTester
Create a WebGraphQlTester that performs GraphQL requests through the given WebGraphQlHandler.
createWithResolvedBean() - Method in class org.springframework.graphql.data.method.HandlerMethod
If the provided instance contains a bean name rather than an object instance, the bean name is resolved before a HandlerMethod is created and returned.
customizer(QuerydslBinderCustomizer<? extends EntityPath<T>>) - Method in class org.springframework.graphql.data.querydsl.QuerydslDataFetcher.Builder
Apply a QuerydslBinderCustomizer.
customizer(QuerydslBinderCustomizer<? extends EntityPath<T>>) - Method in class org.springframework.graphql.data.querydsl.QuerydslDataFetcher.ReactiveBuilder
Apply a QuerydslBinderCustomizer.
A B C D E F G H I J L M O P Q R S T V W 
Skip navigation links
Spring GraphQL