| Package | Description |
|---|---|
| io.smallrye.graphql.execution.datafetcher | |
| io.smallrye.graphql.execution.datafetcher.helper | |
| io.smallrye.graphql.transformation |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
CompletionStageDataFetcher.invokeAndTransform(graphql.schema.DataFetchingEnvironment dfe,
graphql.execution.DataFetcherResult.Builder<Object> resultBuilder,
Object[] transformedArguments) |
protected abstract <T> T |
AbstractDataFetcher.invokeAndTransform(graphql.schema.DataFetchingEnvironment dfe,
graphql.execution.DataFetcherResult.Builder<Object> resultBuilder,
Object[] transformedArguments) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
ArgumentHelper.afterRecursiveTransform(Object fieldValue,
Field field)
Here we have the potential transformed input and just need to
get the correct type
|
Object[] |
ArgumentHelper.getArguments(graphql.schema.DataFetchingEnvironment dfe)
This gets a list of arguments that we need to all the method.
|
Object[] |
ArgumentHelper.getArguments(graphql.schema.DataFetchingEnvironment dfe,
boolean excludeSource) |
Object |
FieldHelper.transformResponse(Object argumentValue) |
| Modifier and Type | Class and Description |
|---|---|
class |
TransformException
Exception thrown when the transformation failed on input parameters or return object.
|
Copyright © 2018–2021. All rights reserved.