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 classQueryExecutorImplDeprecated.classQueryExecutorSpringReactiveImplThis is the default implementation for theQueryExecutorThis implementation has been added in version 1.12.
It is loaded by theSpringConfigurationSpring configuration class, that is generated with the client code.Methods in com.graphql_java_generator.client that return QueryExecutor Modifier and Type Method Description QueryExecutorGraphQLConfiguration. getQueryExecutor()Retrieves theQueryExecutorfor this GraphQL configurationConstructors in com.graphql_java_generator.client with parameters of type QueryExecutor Constructor Description GraphQLConfiguration(QueryExecutor executor)The default constructor, that is used by Spring.