Uses of Class
io.smallrye.graphql.transformation.AbstractDataFetcherException
Packages that use AbstractDataFetcherException
Package
Description
-
Uses of AbstractDataFetcherException in io.smallrye.graphql.execution.datafetcher
Methods in io.smallrye.graphql.execution.datafetcher that throw AbstractDataFetcherExceptionModifier and TypeMethodDescriptionprotected abstract <T> TAbstractDataFetcher.invokeAndTransform(Context c, graphql.schema.DataFetchingEnvironment dfe, graphql.execution.DataFetcherResult.Builder<Object> resultBuilder, Object[] transformedArguments) -
Uses of AbstractDataFetcherException in io.smallrye.graphql.execution.datafetcher.helper
Methods in io.smallrye.graphql.execution.datafetcher.helper that throw AbstractDataFetcherExceptionModifier and TypeMethodDescriptionprotected ObjectArgumentHelper.afterRecursiveTransform(Object fieldValue, Field field, graphql.schema.DataFetchingEnvironment dfe) Here we have the potential transformed input and just need to get the correct typeArgumentHelper.getArguments(graphql.schema.DataFetchingEnvironment dfe) This gets a list of arguments that we need to all the method.ArgumentHelper.getArguments(graphql.schema.DataFetchingEnvironment dfe, boolean excludeSource) AbstractHelper.transformOrAdapt(Object val, Field field, graphql.schema.DataFetchingEnvironment dfe) FieldHelper.transformOrAdaptResponse(Object argumentValue, graphql.schema.DataFetchingEnvironment dfe) -
Uses of AbstractDataFetcherException in io.smallrye.graphql.transformation
Subclasses of AbstractDataFetcherException in io.smallrye.graphql.transformationModifier and TypeClassDescriptionclassException thrown when the transformation failed on input parameters or return object.