Uses of Class
com.graphql_java_generator.client.GraphQLObjectMapper
Packages that use GraphQLObjectMapper
Package
Description
This package contains all the classes used to generate the requests toward the GraphQL server.
-
Uses of GraphQLObjectMapper in com.graphql_java_generator.client.request
Methods in com.graphql_java_generator.client.request that return GraphQLObjectMapperModifier and TypeMethodDescriptionAbstractGraphQLRequest.getGraphQLObjectMapper()This method creates and configures a JacksonObjectMapperthat is ready to parse the response for this GraphQL.