| Package | Description |
|---|---|
| com.graphql_java_generator.client | |
| com.graphql_java_generator.client.response |
All classes about the management of the response, coming from the GraphQL server
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
QueryExecutor.execute(String graphqlQuery,
Class<T> valueType)
Execution of the given simple GraphQL query, and return its response mapped in the relevant POJO.
|
<T> T |
QueryExecutorImpl.execute(String query,
Class<T> valueType)
Execution of the given simple GraphQL query, and return its response mapped in the relevant POJO.
|
<T> T |
QueryExecutor.execute(String requestType,
ObjectResponse objectResponse,
List<InputParameter> parameters,
Class<T> valueType)
Execution of the given simple GraphQL query, and return its response mapped in the relevant POJO.
|
<T> T |
QueryExecutorImpl.execute(String requestType,
ObjectResponse objectResponse,
List<InputParameter> parameters,
Class<T> valueType)
Execution of the given simple GraphQL query, and return its response mapped in the relevant POJO.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GraphQLResponseParseException
Thrown when the client could not parse the GraphQL response.
|
Copyright © 2019. All rights reserved.