Uses of Interface
com.graphql_java_generator.client.QueryExecutor
Package | Description |
---|---|
com.graphql_java_generator.client |
-
Uses of QueryExecutor in com.graphql_java_generator.client
Classes in com.graphql_java_generator.client that implement QueryExecutor Modifier and Type Class Description class
QueryExecutorImpl
Deprecated.class
QueryExecutorSpringReactiveImpl
This is the default implementation for theQueryExecutor
This implementation has been added in version 1.12.
It is loaded by theGraphQLAutoConfiguration
Spring auto-configuration class.Methods in com.graphql_java_generator.client that return QueryExecutor Modifier and Type Method Description QueryExecutor
GraphQLConfiguration. getQueryExecutor()
Retrieves theQueryExecutor
for this GraphQL configuration