Uses of Class
com.graphql_java_generator.client.GraphQLObjectMapper
-
Packages that use GraphQLObjectMapper Package Description 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.request
Methods in com.graphql_java_generator.client.request that return GraphQLObjectMapper Modifier and Type Method Description GraphQLObjectMapperAbstractGraphQLRequest. getGraphQLObjectMapper()This method creates and configures a JacksonObjectMapperthat is ready to parse the response for this GraphQL.
-