Uses of Class
com.graphql_java_generator.client.GraphQLObjectMapper
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 GraphQLObjectMapper in com.graphql_java_generator.client
Constructors in com.graphql_java_generator.client with parameters of type GraphQLObjectMapper Constructor Description GraphQLReactiveWebSocketHandler(java.lang.String request, java.lang.String subscriptionName, SubscriptionCallback<T> subscriptionCallback, java.lang.Class<R> subscriptionType, java.lang.Class<T> messsageType, GraphQLObjectMapper objectMapper)
-
Uses of GraphQLObjectMapper in com.graphql_java_generator.client.request
Methods in com.graphql_java_generator.client.request that return GraphQLObjectMapper Modifier and Type Method Description GraphQLObjectMapper
AbstractGraphQLRequest. getGraphQLObjectMapper()
This method creates and configures a JacksonObjectMapper
that is ready to parse the response for this GraphQL.