public class UnionInlineMapper extends UnionMapper
| Constructor and Description |
|---|
UnionInlineMapper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
supports(AnnotatedType type) |
graphql.schema.GraphQLOutputType |
toGraphQLType(AnnotatedType javaType,
OperationMapper operationMapper,
Set<Class<? extends TypeMapper>> mappersToSkip,
BuildContext buildContext) |
toGraphQLInputType, toGraphQLUnionpublic graphql.schema.GraphQLOutputType toGraphQLType(AnnotatedType javaType, OperationMapper operationMapper, Set<Class<? extends TypeMapper>> mappersToSkip, BuildContext buildContext)
public boolean supports(AnnotatedType type)
Copyright © 2016–2018. All rights reserved.