Skip navigation links
A B C D E G I J L M N O P Q S T V W 

A

appendResponseQuery(StringBuilder) - Method in class com.graphql_java_generator.client.request.ObjectResponse
Retrieves the part of the query, which describes the fields that the GraphQL server should return.

B

build() - Method in class com.graphql_java_generator.client.request.Builder
Returns the built ObjectResponse.
Builder - Class in com.graphql_java_generator.client.request
This class is a Builder that'll help to build a ObjectResponse, which defines what should appear in the response from the GraphQL server.

C

checkFieldOfGraphQLType(String, Boolean, Class<?>) - Method in class com.graphql_java_generator.client.GraphqlUtils
Check if the given field is owned by the class of this ObjectResponse.
checkName(String) - Method in class com.graphql_java_generator.client.GraphqlUtils
Checks that the given GraphQL name is valid.
code - Variable in class com.graphql_java_generator.client.response.Extension
 
column - Variable in class com.graphql_java_generator.client.response.Location
 
com.graphql_java_generator.annotation - package com.graphql_java_generator.annotation
All annotations used by the GraphQL-generator client part
com.graphql_java_generator.client - package com.graphql_java_generator.client
 
com.graphql_java_generator.client.request - package com.graphql_java_generator.client.request
This package contains all the classes used to generate the requests toward the GraphQL server.
com.graphql_java_generator.client.response - package com.graphql_java_generator.client.response
All classes about the management of the response, coming from the GraphQL server

D

data - Variable in class com.graphql_java_generator.client.response.JsonResponseWrapper
This contains the data coming from the GraphQL part.
description - Variable in class com.graphql_java_generator.client.response.Error
 

E

Error - Class in com.graphql_java_generator.client.response
The error POJO, mapped from the GraphQL server response, when an error occurs
Error() - Constructor for class com.graphql_java_generator.client.response.Error
 
errors - Variable in class com.graphql_java_generator.client.response.JsonResponseWrapper
 
errorType - Variable in class com.graphql_java_generator.client.response.Error
 
execute(String, ObjectResponse, List<InputParameter>, Class<T>) - Method in interface com.graphql_java_generator.client.QueryExecutor
Execution of the given simple GraphQL query, and return its response mapped in the relevant POJO.
execute(String, Class<T>) - Method in interface com.graphql_java_generator.client.QueryExecutor
Execution of the given simple GraphQL query, and return its response mapped in the relevant POJO.
execute(String, ObjectResponse, List<InputParameter>, Class<T>) - Method in class com.graphql_java_generator.client.QueryExecutorImpl
Execution of the given simple GraphQL query, and return its response mapped in the relevant POJO.
execute(String, Class<T>) - Method in class com.graphql_java_generator.client.QueryExecutorImpl
Execution of the given simple GraphQL query, and return its response mapped in the relevant POJO.
Extension - Class in com.graphql_java_generator.client.response
 
Extension() - Constructor for class com.graphql_java_generator.client.response.Extension
 
extensions - Variable in class com.graphql_java_generator.client.response.Error
 

G

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
 
getFieldClass() - Method in class com.graphql_java_generator.client.request.ObjectResponse
 
getFieldName() - Method in class com.graphql_java_generator.client.request.ObjectResponse
 
getGraphQLType(AccessibleObject) - Method in class com.graphql_java_generator.client.GraphqlUtils
Returns the Class indicated as the value for the graphqlType attribute of the GraphQLScalar or GraphQLNonScalar annotation
getName() - Method in class com.graphql_java_generator.client.request.InputParameter
 
getValue() - Method in class com.graphql_java_generator.client.request.InputParameter
 
getValueForGraphqlQuery() - 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
 
GraphQLExecutionException - Exception in com.graphql_java_generator.client.response
Thrown when the client could not parse the GraphQL response.
GraphQLExecutionException(String) - Constructor for exception com.graphql_java_generator.client.response.GraphQLExecutionException
 
GraphQLExecutionException(String, Throwable) - Constructor for exception com.graphql_java_generator.client.response.GraphQLExecutionException
 
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
 
GraphQLQuery - Annotation Type in com.graphql_java_generator.annotation
 
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
 
GraphqlUtils - Class in com.graphql_java_generator.client
 
GraphqlUtils() - Constructor for class com.graphql_java_generator.client.GraphqlUtils
 

I

InputParameter - Class in com.graphql_java_generator.client.request
Contains a parameter, to be sent to a query (mutation...).
InputParameter(String, Object) - Constructor for class com.graphql_java_generator.client.request.InputParameter
 
isScalar(AccessibleObject) - Method in class com.graphql_java_generator.client.GraphqlUtils
Indicates whether the given class is a scalar or not

J

JsonResponseWrapper - Class in com.graphql_java_generator.client.response
 
JsonResponseWrapper() - Constructor for class com.graphql_java_generator.client.response.JsonResponseWrapper
 

L

line - Variable in class com.graphql_java_generator.client.response.Location
 
Location - Class in com.graphql_java_generator.client.response
 
Location() - Constructor for class com.graphql_java_generator.client.response.Location
 
locations - Variable in class com.graphql_java_generator.client.response.Error
 

M

message - Variable in class com.graphql_java_generator.client.response.Error
 

N

newQueryResponseDefBuilder(Class<?>, String) - Static method in class com.graphql_java_generator.client.request.ObjectResponse
Contruct a new Builder.
newQueryResponseDefBuilder(Class<?>, String, String) - Static method in class com.graphql_java_generator.client.request.ObjectResponse
Contruct a new Builder
newSubObjectBuilder(Class<?>) - Static method in class com.graphql_java_generator.client.request.ObjectResponse
Contruct a new Builder

O

ObjectResponse - Class in com.graphql_java_generator.client.request
This class describes what response is expected from the GraphQL server.

P

path - Variable in class com.graphql_java_generator.client.response.Error
 

Q

QueryExecutor - Interface in com.graphql_java_generator.client
This class is the query executor : a generic class, reponsible for calling the GraphQL server, and return its response as POJOs.
QueryExecutorImpl - Class in com.graphql_java_generator.client
This class is the query executor : a generic class, reponsible for calling the GraphQL server, for query, mutation and subscription.
QueryExecutorImpl(String) - Constructor for class com.graphql_java_generator.client.QueryExecutorImpl
This constructor expects the URI of the GraphQL server.
QueryExecutorImpl(String, SSLContext, HostnameVerifier) - Constructor for class com.graphql_java_generator.client.QueryExecutorImpl
This constructor expects the URI of the GraphQL server.
queryPath - Variable in class com.graphql_java_generator.client.response.Error
 

S

sourceName - Variable in class com.graphql_java_generator.client.response.Location
 

T

timestamp - Variable in class com.graphql_java_generator.client.response.Extension
 
toString() - Method in class com.graphql_java_generator.client.response.Error
Logs this error to the given Logger
toString() - Method in class com.graphql_java_generator.client.response.Location
 

V

validationErrorType - Variable in class com.graphql_java_generator.client.response.Error
 

W

withField(String) - Method in class com.graphql_java_generator.client.request.Builder
Adds a scalar field with no alias, to the ObjectResponse we are building
withField(String, String) - Method in class com.graphql_java_generator.client.request.Builder
Adds a scalar field with an alias, to the ObjectResponse we are building
withQueryResponseDef(String) - Method in class com.graphql_java_generator.client.request.Builder
Builds a ObjectResponse from a part of a GraphQL query.
withSubObject(String, ObjectResponse) - Method in class com.graphql_java_generator.client.request.Builder
Adds a non scalar field (a subobject) without alias, to the ObjectResponse we are building
withSubObject(String, String, ObjectResponse) - Method in class com.graphql_java_generator.client.request.Builder
Adds a scalar field (a subobject) with an alias, to the ObjectResponse we are building
A B C D E G I J L M N O P Q S T V W 
Skip navigation links

Copyright © 2019. All rights reserved.