public class PageMapper extends ObjectTypeMapper
| Constructor and Description |
|---|
PageMapper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
supports(AnnotatedType type) |
graphql.schema.GraphQLInputType |
toGraphQLInputType(AnnotatedType javaType,
OperationMapper operationMapper,
Set<Class<? extends TypeMapper>> mappersToSkip,
BuildContext buildContext) |
graphql.schema.GraphQLOutputType |
toGraphQLType(AnnotatedType javaType,
OperationMapper operationMapper,
Set<Class<? extends TypeMapper>> mappersToSkip,
BuildContext buildContext) |
createInputDisambiguatorField, getFields, getInterfaces, toGraphQLInputType, toGraphQLTypegetInputTypeName, getTypeNamepublic graphql.schema.GraphQLOutputType toGraphQLType(AnnotatedType javaType, OperationMapper operationMapper, Set<Class<? extends TypeMapper>> mappersToSkip, BuildContext buildContext)
toGraphQLType in interface TypeMappertoGraphQLType in class CachingMapper<graphql.schema.GraphQLObjectType,graphql.schema.GraphQLInputObjectType>public graphql.schema.GraphQLInputType toGraphQLInputType(AnnotatedType javaType, OperationMapper operationMapper, Set<Class<? extends TypeMapper>> mappersToSkip, BuildContext buildContext)
toGraphQLInputType in interface TypeMappertoGraphQLInputType in class CachingMapper<graphql.schema.GraphQLObjectType,graphql.schema.GraphQLInputObjectType>public boolean supports(AnnotatedType type)
supports in interface TypeMappersupports in class ObjectTypeMapperCopyright © 2016–2018. All rights reserved.