- 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
- getGraphQLScalarType(String) - Method in interface com.graphql_java_generator.CustomScalarRegistry
-
Retrieves the registered GraphQLScalarType for this GraphQL CustomScalar.
- getGraphQLScalarType(String) - Method in class com.graphql_java_generator.CustomScalarRegistryImpl
-
Retrieves the registered GraphQLScalarType for this GraphQL CustomScalar.
- 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
-
- GraphQLCustomScalar - Annotation Type in com.graphql_java_generator.annotation
-
This annotation marks all fields in the generated classes, that are GraphQL Custom Scalar.
- GraphQLInputParameters - Annotation Type in com.graphql_java_generator.annotation
-
This class indicates that this field has at least one input parameter.
- 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.exception
-
Thrown when an internal error of the GraphQL generator occurs
- GraphQLInternalErrorException(String) - Constructor for exception com.graphql_java_generator.exception.GraphQLInternalErrorException
-
- GraphQLInternalErrorException(String, Throwable) - Constructor for exception com.graphql_java_generator.exception.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.exception
-
Thrown when an error occurs during the request execution.
- GraphQLRequestExecutionException(String) - Constructor for exception com.graphql_java_generator.exception.GraphQLRequestExecutionException
-
- GraphQLRequestExecutionException(String, Throwable) - Constructor for exception com.graphql_java_generator.exception.GraphQLRequestExecutionException
-
- GraphQLRequestPreparationException - Exception in com.graphql_java_generator.exception
-
Thrown when an error occurs during the request preparation.
- GraphQLRequestPreparationException(String) - Constructor for exception com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
- GraphQLRequestPreparationException(String, Throwable) - Constructor for exception com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
- GraphQLResponseParseException - Exception in com.graphql_java_generator.exception
-
Thrown when the client could not parse the GraphQL response.
- GraphQLResponseParseException(String) - Constructor for exception com.graphql_java_generator.exception.GraphQLResponseParseException
-
- GraphQLResponseParseException(String, Throwable) - Constructor for exception com.graphql_java_generator.exception.GraphQLResponseParseException
-
- GraphQLScalar - Annotation Type in com.graphql_java_generator.annotation
-
This annotation marks all fields in the generated classes, that are standard GraphQL scalar.
- GraphQLScalarTypeDate - Class in com.graphql_java_generator.customscalars
-
A proposed Date scalar, that stores dates in String, formatted as: YYYY-MM-DD
This Scalar is proposed to be used, for integration testing (checks that the plugin correctly manages Custom Scalars,
see samples) and with more documentation to help people to create their own Custom Scalar implementations.
- GraphQLScalarTypeDate() - Constructor for class com.graphql_java_generator.customscalars.GraphQLScalarTypeDate
-
As the constructors for the GraphQLScalarType are marked as deprecated, the way to create Custom Scalars
may change in the future.
- GraphqlUtils - Class in com.graphql_java_generator
-
- GraphqlUtils() - Constructor for class com.graphql_java_generator.GraphqlUtils
-