| Modifier and Type | Method and Description |
|---|---|
graphql.schema.GraphQLInputObjectField |
OperationMapper.toGraphQLInputField(InputField inputField,
Set<Type> abstractTypes,
BuildContext buildContext)
Maps a single field/property to a GraphQL input field.
|
| Modifier and Type | Method and Description |
|---|---|
Set<InputField> |
InputFieldDiscoveryStrategy.getInputFields(AnnotatedType type) |
| Modifier and Type | Method and Description |
|---|---|
Set<InputField> |
GsonValueMapper.getInputFields(AnnotatedType type)
Unlike Jackson, Gson doesn't expose any of its metadata, so this method is more or less a
reimplementation of
com.google.gson.internal.bind.ReflectiveTypeAdapterFactory#getBoundFields(Gson, com.google.gson.reflect.TypeToken, Class) |
| Modifier and Type | Method and Description |
|---|---|
Set<InputField> |
JacksonValueMapper.getInputFields(AnnotatedType type) |
Copyright © 2016–2017. All rights reserved.