Index
All Classes and Interfaces|All Packages
B
- BatchLoaderDelegate<K,
V> - Interface in com.graphql_java_generator.server.util -
BatchLoaderDelegate is the interface that identifies Spring Beans that help using graphql-java java-dataloader.
- BatchLoaderDelegateWithContext<K,
V> - Interface in com.graphql_java_generator.server.util -
BatchLoaderDelegateWithContext is the interface that identifies Spring Beans that help using graphql-java java-dataloader.
C
- classNameExtractor(Class<?>) - Method in class com.graphql_java_generator.server.util.GraphqlServerUtils
-
Implementation of a
ClassNameTypeResolverto manage the possible prefix and suffix on the generated POJOs. - com.graphql_java_generator.server.util - package com.graphql_java_generator.server.util
E
- enumValueToString(Object) - Method in class com.graphql_java_generator.server.util.GraphqlServerUtils
-
Returns the given enumValue transformed a String, based on the String representation for this enumValues.
This method is based on thegraphQlValue()generated for each enum POJO.
F
- from(String) - Static method in class com.graphql_java_generator.server.util.QueryParameters
G
- getArgument(Object, String, String, Class<?>) - Method in class com.graphql_java_generator.server.util.GraphqlServerUtils
-
This method returns a GraphQL argument into the relevant Java object, within a data fetcher, from what has been parsed by the graphql-java engine from the incoming JSON request
- getName() - Method in interface com.graphql_java_generator.server.util.BatchLoaderDelegate
-
The name of this BatchLoaderDelegate, as can be retrieved from the
DataLoaderRegistry. - getName() - Method in interface com.graphql_java_generator.server.util.BatchLoaderDelegateWithContext
-
The name of this BatchLoaderDelegate, as can be retrieved from the
DataLoaderRegistry. - getOperationName() - Method in class com.graphql_java_generator.server.util.QueryParameters
- getQuery() - Method in class com.graphql_java_generator.server.util.QueryParameters
- getVariables() - Method in class com.graphql_java_generator.server.util.QueryParameters
- graphqlServerUtils - Static variable in class com.graphql_java_generator.server.util.GraphqlServerUtils
- GraphqlServerUtils - Class in com.graphql_java_generator.server.util
-
A class that contains utility method for the server mode
- GraphqlServerUtils() - Constructor for class com.graphql_java_generator.server.util.GraphqlServerUtils
Q
- QueryParameters - Class in com.graphql_java_generator.server.util
-
Graphql clients can send GET or POST HTTP requests.
- QueryParameters() - Constructor for class com.graphql_java_generator.server.util.QueryParameters
All Classes and Interfaces|All Packages