| Package | Description |
|---|---|
| io.smallrye.graphql.execution.datafetcher.helper | |
| io.smallrye.graphql.transformation |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
Transformer.in(Field field,
Object object) |
static Object |
Transformer.out(Field field,
Object object) |
Copyright © 2018–2020. All rights reserved.