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