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.GraphQLReactiveWebSocketHandler This class implements the Web Socket, as needed by the Spring Web Socket implementation.GraphQLReactiveWebSocketHandler.MessageType 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.RequestExecution This class is responsible for actual execution of the request toward the GraphQL erver.RequestExecutionSpringReactiveImpl This is the default implementation for theRequestExecutionThis implementation has been added in version 1.12.
It is loaded by theSpringConfigurationSpring configuration class, that is generated with the client code.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.