Uses of Class
io.smallrye.graphql.transformation.AbstractDataFetcherException
-
Packages that use AbstractDataFetcherException Package Description io.smallrye.graphql.execution.datafetcher io.smallrye.graphql.execution.datafetcher.helper io.smallrye.graphql.transformation -
-
Uses of AbstractDataFetcherException in io.smallrye.graphql.execution.datafetcher
Methods in io.smallrye.graphql.execution.datafetcher that throw AbstractDataFetcherException Modifier and Type Method Description protected 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 AbstractDataFetcherException Modifier and Type Method Description protected ObjectArgumentHelper. afterRecursiveTransform(Object fieldValue, Field field, graphql.schema.DataFetchingEnvironment dfe)Here we have the potential transformed input and just need to get the correct typeList<Object>ArgumentHelper. getArguments(graphql.schema.DataFetchingEnvironment dfe)This gets a list of arguments that we need to all the method.List<Object>ArgumentHelper. getArguments(graphql.schema.DataFetchingEnvironment dfe, boolean excludeSource)ObjectAbstractHelper. transformOrAdapt(Object val, Field field, graphql.schema.DataFetchingEnvironment dfe)ObjectFieldHelper. transformOrAdaptResponse(Object argumentValue, graphql.schema.DataFetchingEnvironment dfe) -
Uses of AbstractDataFetcherException in io.smallrye.graphql.transformation
Subclasses of AbstractDataFetcherException in io.smallrye.graphql.transformation Modifier and Type Class Description classTransformExceptionException thrown when the transformation failed on input parameters or return object.
-