public abstract class UnionMapper extends Object implements TypeMapper
| Constructor and Description |
|---|
UnionMapper() |
| Modifier and Type | Method and Description |
|---|---|
graphql.schema.GraphQLInputType |
toGraphQLInputType(AnnotatedType javaType,
Set<Type> abstractTypes,
OperationMapper operationMapper,
BuildContext buildContext) |
protected graphql.schema.GraphQLOutputType |
toGraphQLUnion(String name,
String description,
AnnotatedType javaType,
List<AnnotatedType> possibleJavaTypes,
Set<Type> abstractTypes,
OperationMapper operationMapper,
BuildContext buildContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupports, toGraphQLTypeprotected graphql.schema.GraphQLOutputType toGraphQLUnion(String name, String description, AnnotatedType javaType, List<AnnotatedType> possibleJavaTypes, Set<Type> abstractTypes, OperationMapper operationMapper, BuildContext buildContext)
public graphql.schema.GraphQLInputType toGraphQLInputType(AnnotatedType javaType, Set<Type> abstractTypes, OperationMapper operationMapper, BuildContext buildContext)
toGraphQLInputType in interface TypeMapperCopyright © 2016–2017. All rights reserved.