public abstract class AbstractionCollectingMapper extends Object implements TypeMapper
| Constructor and Description |
|---|
AbstractionCollectingMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<Type> |
collectAbstract(AnnotatedType javaType,
Set<Type> seen,
BuildContext buildContext) |
protected abstract graphql.schema.GraphQLInputType |
graphQLInputType(AnnotatedType javaType,
Set<Type> abstractTypes,
OperationMapper operationMapper,
BuildContext buildContext) |
protected abstract graphql.schema.GraphQLOutputType |
graphQLType(AnnotatedType javaType,
Set<Type> abstractTypes,
OperationMapper operationMapper,
BuildContext buildContext) |
protected void |
registerAbstract(AnnotatedType type,
Set<Type> abstractTypes,
BuildContext buildContext) |
graphql.schema.GraphQLInputType |
toGraphQLInputType(AnnotatedType javaType,
Set<Type> abstractTypes,
OperationMapper operationMapper,
BuildContext buildContext) |
graphql.schema.GraphQLOutputType |
toGraphQLType(AnnotatedType javaType,
Set<Type> abstractTypes,
OperationMapper operationMapper,
BuildContext buildContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupportspublic graphql.schema.GraphQLOutputType toGraphQLType(AnnotatedType javaType, Set<Type> abstractTypes, OperationMapper operationMapper, BuildContext buildContext)
toGraphQLType in interface TypeMapperpublic graphql.schema.GraphQLInputType toGraphQLInputType(AnnotatedType javaType, Set<Type> abstractTypes, OperationMapper operationMapper, BuildContext buildContext)
toGraphQLInputType in interface TypeMapperprotected abstract graphql.schema.GraphQLOutputType graphQLType(AnnotatedType javaType, Set<Type> abstractTypes, OperationMapper operationMapper, BuildContext buildContext)
protected abstract graphql.schema.GraphQLInputType graphQLInputType(AnnotatedType javaType, Set<Type> abstractTypes, OperationMapper operationMapper, BuildContext buildContext)
protected void registerAbstract(AnnotatedType type, Set<Type> abstractTypes, BuildContext buildContext)
protected Set<Type> collectAbstract(AnnotatedType javaType, Set<Type> seen, BuildContext buildContext)
Copyright © 2016–2017. All rights reserved.