Class UnionInlineMapper
- java.lang.Object
-
- io.leangen.graphql.generator.mapping.common.UnionMapper
-
- io.leangen.graphql.generator.mapping.common.UnionInlineMapper
-
- All Implemented Interfaces:
TypeMapper
public class UnionInlineMapper extends UnionMapper
- Author:
- Bojan Tomic (kaqqao)
-
-
Constructor Summary
Constructors Constructor Description UnionInlineMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleansupports(AnnotatedElement element, AnnotatedType type)graphql.schema.GraphQLOutputTypetoGraphQLType(AnnotatedType javaType, Set<Class<? extends TypeMapper>> mappersToSkip, TypeMappingEnvironment env)-
Methods inherited from class io.leangen.graphql.generator.mapping.common.UnionMapper
toGraphQLInputType, toGraphQLUnion
-
-
-
-
Method Detail
-
toGraphQLType
public graphql.schema.GraphQLOutputType toGraphQLType(AnnotatedType javaType, Set<Class<? extends TypeMapper>> mappersToSkip, TypeMappingEnvironment env)
-
supports
public boolean supports(AnnotatedElement element, AnnotatedType type)
-
-