Uses of Class
com.graphql_java_generator.exception.GraphQLRequestExecutionException
Packages that use GraphQLRequestExecutionException
Package
Description
This package contains all the classes used to generate the requests toward the GraphQL server.
-
Uses of GraphQLRequestExecutionException in com.graphql_java_generator.client
Methods in com.graphql_java_generator.client that throw GraphQLRequestExecutionExceptionModifier and TypeMethodDescription<R extends GraphQLRequestObject,
T>
SubscriptionClientRequestExecution.execute
(AbstractGraphQLRequest graphQLRequest, Map<String, Object> parameters, SubscriptionCallback<T> subscriptionCallback, Class<R> subscriptionType, Class<T> messageType) Deprecated.Executes the given subscription GraphQL request, and returns the relevantWebSocketClient
.<R extends GraphQLRequestObject>
RRequestExecution.execute
(AbstractGraphQLRequest graphQLRequest, Map<String, Object> parameters, Class<R> dataResponseType) Deprecated.Execution of the given query or mutation GraphQL request, and return its response mapped in the relevant POJO.<R extends GraphQLRequestObject,
T>
SubscriptionClientRequestExecutionSpringReactiveImpl.execute
(AbstractGraphQLRequest graphQLRequest, Map<String, Object> parameters, SubscriptionCallback<T> subscriptionCallback, Class<R> subscriptionType, Class<T> messageType) Deprecated.<R extends GraphQLRequestObject>
RRequestExecutionSpringReactiveImpl.execute
(AbstractGraphQLRequest graphQLRequest, Map<String, Object> parameters, Class<R> dataResponseType) Deprecated.GraphqlClientUtils.generatesBindVariableValuesMap
(Object[] paramsAndValues) This method retrieves the couple of name and values given in these parameters, stores them in a map where the key is the param name, and the value is the value of theMap
.GraphQLObjectMapper.getAliasValue
(com.fasterxml.jackson.core.JsonParser parser, Field targetField, com.fasterxml.jackson.core.TreeNode value) Parse a TreeNode, and return it as a value, according to the given classesvoid
SubscriptionClient.unsubscribe()
Allows the client application to unsubscribe from a previously subscribed subscription.void
SubscriptionClientReactiveImpl.unsubscribe()
-
Uses of GraphQLRequestExecutionException in com.graphql_java_generator.client.directive
Methods in com.graphql_java_generator.client.directive that throw GraphQLRequestExecutionExceptionModifier and TypeMethodDescriptionvoid
Directive.appendToGraphQLRequests
(StringBuilder sb, Map<String, Object> parameters) Appends this current directive into the givenStringBuilder
, to build the GraphQL request -
Uses of GraphQLRequestExecutionException in com.graphql_java_generator.client.request
Methods in com.graphql_java_generator.client.request that throw GraphQLRequestExecutionExceptionModifier and TypeMethodDescriptionstatic void
InputParameter.appendInputParametersToGraphQLRequests
(boolean writingGraphQLVariables, StringBuilder sb, List<InputParameter> inputParameters, Map<String, Object> parameters) void
AppliedGlobalFragment.appendToGraphQLRequests
(StringBuilder sb, Map<String, Object> parameters) Appends to the givenStringBuilder
this fragment usage ("...fragmentName") followed by the directive declarations, if anyvoid
Fragment.appendToGraphQLRequests
(StringBuilder sb, Map<String, Object> params) void
QueryField.appendToGraphQLRequests
(StringBuilder sb, Map<String, Object> parameters, boolean appendName) Append this query field in theStringBuilder
in which the query is being written.<R extends GraphQLRequestObject>
RThis method executes the current GraphQL as a query or mutation GraphQL request, and return its response mapped in the relevant POJO.<R extends GraphQLRequestObject,
T>
SubscriptionClientAbstractGraphQLRequest.exec
(Map<String, Object> params, SubscriptionCallback<T> subscriptionCallback, Class<R> subscriptionType, Class<T> messageType) Execution of the given subscription GraphQL request, and return its response mapped in the relevant POJO.<R extends GraphQLRequestObject>
reactor.core.publisher.Mono<R>AbstractGraphQLRequest.execReactive
(Class<R> r, Map<String, Object> params) This method executes the current GraphQL as a query or mutation GraphQL request, and return a reactiveMono
that will contain the response mapped in the relevant POJO.<R extends GraphQLRequestObject>
reactor.core.publisher.Flux<R>AbstractGraphQLRequest.execReactive
(Map<String, Object> params, Class<R> subscriptionType) Execution of the given subscription GraphQL request, in reactive mode.AbstractGraphQLRequest.getPayload
(Map<String, Object> params) Returns the payload for this request.InputParameter.getStringContentForGraphqlQuery
(boolean writingGraphQLVariables, Map<String, Object> bindVariables) Returns the parameter, as it should be written in the GraphQL query. -
Uses of GraphQLRequestExecutionException in com.graphql_java_generator.exception
Methods in com.graphql_java_generator.exception that return GraphQLRequestExecutionExceptionModifier and TypeMethodDescriptionGraphQLRequestExecutionUncheckedException.getGraphQLRequestExecutionException()
Retrieve the checked exception that is the source of this exceptionConstructors in com.graphql_java_generator.exception with parameters of type GraphQLRequestExecutionExceptionModifierConstructorDescription