public class InputValueDefinitionToParameterMapper
extends java.lang.Object
| Constructor and Description |
|---|
InputValueDefinitionToParameterMapper(MapperFactory mapperFactory) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ParameterDefinition> |
map(MappingContext mappingContext,
java.util.List<graphql.language.InputValueDefinition> valueDefinitions,
java.lang.String parentTypeName)
Map input value definition to a Freemarker-understandable data model type
|
public InputValueDefinitionToParameterMapper(MapperFactory mapperFactory)
public java.util.List<ParameterDefinition> map(MappingContext mappingContext, java.util.List<graphql.language.InputValueDefinition> valueDefinitions, java.lang.String parentTypeName)
mappingContext - Global mapping contextvalueDefinitions - List of GraphQL value definitionsparentTypeName - Name of the parent GraphQL type