public class FieldHelper extends AbstractHelper
classloadingService| Constructor and Description |
|---|
FieldHelper(Field field)
We need the modeled field to create the correct value
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
afterRecursiveTransform(Object fieldValue,
Field field)
This gets called after the value has been recursively transformed.
|
Object |
transformResponse(Object argumentValue) |
public FieldHelper(Field field)
field - the fieldpublic Object transformResponse(Object argumentValue) throws org.eclipse.microprofile.graphql.GraphQLException, DateTimeException, ParseException, NumberFormatException
org.eclipse.microprofile.graphql.GraphQLExceptionDateTimeExceptionParseExceptionNumberFormatExceptionprotected Object afterRecursiveTransform(Object fieldValue, Field field) throws org.eclipse.microprofile.graphql.GraphQLException
AbstractHelperfieldValue - the transformed valuefield - the field as created when scanningorg.eclipse.microprofile.graphql.GraphQLExceptionCopyright © 2018–2020. All rights reserved.