Uses of Package
com.graphql_java_generator.client
Package | Description |
---|---|
com.graphql_java_generator.client | |
com.graphql_java_generator.client.graphqlrepository |
This package contains all the needed classes to manage
GraphQLRepository . |
com.graphql_java_generator.client.request |
This package contains all the classes used to generate the requests toward the GraphQL server.
|
-
Classes in com.graphql_java_generator.client used by com.graphql_java_generator.client Class Description GraphqlClientUtils GraphQLObjectMapper This class is a wrapper around anObjectMapper
.GraphQLRequestObject This interface marks a class as being the implementation for the GraphQL type defined in the GraphQL schema, that is a query, a mutation or a subscription.OAuthTokenExtractor This class is used to retrieve the OAuth token, when in client mode, for subscription.QueryExecutor This class is the query executor : a generic class, responsible for calling the GraphQL server, and return its response as POJOs.SubscriptionCallback This interface will receive the notification for each message that comes from a subscription.SubscriptionClient This interface allows the application to interact with the subscription, once it has subscribed to it. -
Classes in com.graphql_java_generator.client used by com.graphql_java_generator.client.graphqlrepository Class Description GraphQLMutationExecutor This interface marks a class as being the executor for a GraphQL mutation.GraphQLQueryExecutor This interface marks a class as being the executor for a GraphQL query.GraphQLSubscriptionExecutor This interface marks a class as being the executor for a GraphQL subscription. -
Classes in com.graphql_java_generator.client used by com.graphql_java_generator.client.request Class Description GraphQLConfiguration This class contains a GraphQL configuration for the GraphQL client.GraphQLObjectMapper This class is a wrapper around anObjectMapper
.GraphQLRequestObject This interface marks a class as being the implementation for the GraphQL type defined in the GraphQL schema, that is a query, a mutation or a subscription.SubscriptionCallback This interface will receive the notification for each message that comes from a subscription.SubscriptionClient This interface allows the application to interact with the subscription, once it has subscribed to it.