Index

C E F G M Q 
All Classes and Interfaces|All Packages

C

classNameExtractor(Class<?>) - Method in class com.graphql_java_generator.server.util.GraphqlServerUtils
Implementation of a ClassNameTypeResolver to 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 the graphQlValue() 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
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
 

M

mapArgumentToRelevantPojoOrScalar(Object, Class<?>, int, String, String) - Method in class com.graphql_java_generator.server.util.GraphqlServerUtils
Maps an object received from spring-graphql to an ObjectNode (or a list of ObjectNode of any depth).

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
 
C E F G M Q 
All Classes and Interfaces|All Packages