public abstract class AbstractTypeSubstitutingMapper<S> extends Object implements TypeMapper
| Constructor and Description |
|---|
AbstractTypeSubstitutingMapper() |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedType |
getSubstituteType(AnnotatedType original) |
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 TypeMapperpublic AnnotatedType getSubstituteType(AnnotatedType original)
Copyright © 2016–2017. All rights reserved.