- generatesBindVariableValuesMap(Object[]) - Method in class com.graphql_java_generator.client.GraphqlClientUtils
-
This method retrieves the couple of name and values given in these parameters, stores them in a map where the key
is the param name, and the value is the value of the
Map.
- getCamelCase(String) - Static method in class com.graphql_java_generator.client.request.Builder
-
Convert the given name, to a camel case name.
- getFieldAlias() - Method in class com.graphql_java_generator.client.request.ObjectResponse
-
Retrieves the alias for the field, which response is defined by this instance
- getFieldClass() - Method in class com.graphql_java_generator.client.request.ObjectResponse
-
Retrieves the class for the field, which response is defined by this instance
- getFieldName() - Method in class com.graphql_java_generator.client.request.ObjectResponse
-
Retrieves the name for the field, which response is defined by this instance
- getGetter(Class<T>, Field) - Method in class com.graphql_java_generator.GraphqlUtils
-
Retrieves the getter for the given field on the given field
- getGraphQLType(AccessibleObject) - Method in class com.graphql_java_generator.client.GraphqlClientUtils
-
Returns the Class indicated as the value for the graphqlType attribute of the GraphQLScalar or GraphQLNonScalar
annotation
- getInputObject(Map<String, Object>, Class<T>) - Method in class com.graphql_java_generator.GraphqlUtils
-
This method returns a GraphQL input object, as defined in the GraphQL schema, from the Map that has been read
from the JSON object sent to the server.
- getInputParameters() - Method in class com.graphql_java_generator.client.request.ObjectResponse
-
Retrieves the
InputParameter for the field, which response is defined by this instance
- getListInputObjects(List<Map<String, Object>>, Class<T>) - Method in class com.graphql_java_generator.GraphqlUtils
-
This method returns a list of instances of the given class, from a list of
Map.
- getName() - Method in class com.graphql_java_generator.client.request.InputParameter
-
- getOwningClass() - Method in class com.graphql_java_generator.client.request.ObjectResponse
-
Retrieves the GraphQL type that owns the field, which response is defined by this instance
- getPascalCase(String) - Method in class com.graphql_java_generator.GraphqlUtils
-
Returns the given name in PascalCase.
- getSetter(Class<T>, Field) - Method in class com.graphql_java_generator.GraphqlUtils
-
Retrieves the setter for the given field on the given field
- getValue() - Method in class com.graphql_java_generator.client.request.InputParameter
-
- getValueForGraphqlQuery(Map<String, Object>) - Method in class com.graphql_java_generator.client.request.InputParameter
-
Returns the parameter, as it should be written in the GraphQL query.
- GRAPHQL_MARKER - Static variable in interface com.graphql_java_generator.client.QueryExecutor
-
- GRAPHQL_MUTATION_MARKER - Static variable in interface com.graphql_java_generator.client.QueryExecutor
-
- GRAPHQL_QUERY_MARKER - Static variable in interface com.graphql_java_generator.client.QueryExecutor
-
- GRAPHQL_SUBSCRIPTION_MARKER - Static variable in interface com.graphql_java_generator.client.QueryExecutor
-
- GraphqlClientUtils - Class in com.graphql_java_generator.client
-
- GraphqlClientUtils() - Constructor for class com.graphql_java_generator.client.GraphqlClientUtils
-
- GraphQLInputType - Annotation Type in com.graphql_java_generator.annotation
-
This annotation marks all generated classes that are generated to match a GraphQL input type, as defined in the
GraphQL schema
- GraphQLInternalErrorException - Exception in com.graphql_java_generator.client.response
-
Thrown when an internal error of the GraphQL generator occurs
- GraphQLInternalErrorException(String) - Constructor for exception com.graphql_java_generator.client.response.GraphQLInternalErrorException
-
- GraphQLInternalErrorException(String, Throwable) - Constructor for exception com.graphql_java_generator.client.response.GraphQLInternalErrorException
-
- GraphQLNonScalar - Annotation Type in com.graphql_java_generator.annotation
-
This annotation marks all fields in the generated classes, that are non scalar.
- GraphQLQuery - Annotation Type in com.graphql_java_generator.annotation
-
This annotation marks all generated classes that are queries/mutations/subscription, as defined in the GraphQL
schema.
- GraphQLRequestExecutionException - Exception in com.graphql_java_generator.client.response
-
Thrown when an error occurs during the request execution.
- GraphQLRequestExecutionException(String) - Constructor for exception com.graphql_java_generator.client.response.GraphQLRequestExecutionException
-
- GraphQLRequestExecutionException(String, Throwable) - Constructor for exception com.graphql_java_generator.client.response.GraphQLRequestExecutionException
-
- GraphQLRequestPreparationException - Exception in com.graphql_java_generator.client.response
-
Thrown when an error occurs during the request preparation.
- GraphQLRequestPreparationException(String) - Constructor for exception com.graphql_java_generator.client.response.GraphQLRequestPreparationException
-
- GraphQLRequestPreparationException(String, Throwable) - Constructor for exception com.graphql_java_generator.client.response.GraphQLRequestPreparationException
-
- GraphQLResponseParseException - Exception in com.graphql_java_generator.client.response
-
Thrown when the client could not parse the GraphQL response.
- GraphQLResponseParseException(String) - Constructor for exception com.graphql_java_generator.client.response.GraphQLResponseParseException
-
- GraphQLResponseParseException(String, Throwable) - Constructor for exception com.graphql_java_generator.client.response.GraphQLResponseParseException
-
- GraphQLScalar - Annotation Type in com.graphql_java_generator.annotation
-
This annotation marks all fields in the generated classes, that are standard GraphQL scalar.
- GraphqlUtils - Class in com.graphql_java_generator
-
- GraphqlUtils() - Constructor for class com.graphql_java_generator.GraphqlUtils
-