Uses of Class
com.graphql_java_generator.client.request.ObjectResponse
| Package | Description |
|---|---|
| com.graphql_java_generator.client | |
| com.graphql_java_generator.client.request |
This package contains all the classes used to generate the requests toward the GraphQL server.
|
-
Uses of ObjectResponse in com.graphql_java_generator.client
Methods in com.graphql_java_generator.client with parameters of type ObjectResponse Modifier and Type Method Description <T> TQueryExecutor. execute(java.lang.String requestType, ObjectResponse objectResponse, java.util.Map<java.lang.String,java.lang.Object> parameters, java.lang.Class<T> valueType)Execution of the given simple GraphQL query, and return its response mapped in the relevant POJO.<T> TQueryExecutorImpl. execute(java.lang.String requestType, ObjectResponse objectResponse, java.util.Map<java.lang.String,java.lang.Object> parameters, java.lang.Class<T> valueType)Execution of the given simple GraphQL query, and return its response mapped in the relevant POJO. -
Uses of ObjectResponse in com.graphql_java_generator.client.request
Methods in com.graphql_java_generator.client.request that return ObjectResponse Modifier and Type Method Description ObjectResponseBuilder. build()Returns the builtObjectResponse.Methods in com.graphql_java_generator.client.request with parameters of type ObjectResponse Modifier and Type Method Description BuilderBuilder. withSubObject(ObjectResponse subobjetResponseDef)Adds a non scalar field (a sub-object), to theObjectResponsewe are building.