public abstract class CachingMapper<O extends graphql.schema.GraphQLOutputType,I extends graphql.schema.GraphQLInputType> extends Object implements TypeMapper
| Constructor and Description |
|---|
CachingMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getInputTypeName(AnnotatedType type,
BuildContext buildContext) |
protected String |
getTypeName(AnnotatedType type,
BuildContext buildContext) |
graphql.schema.GraphQLInputType |
toGraphQLInputType(AnnotatedType javaType,
OperationMapper operationMapper,
Set<Class<? extends TypeMapper>> mappersToSkip,
BuildContext buildContext) |
protected abstract I |
toGraphQLInputType(String typeName,
AnnotatedType javaType,
OperationMapper operationMapper,
BuildContext buildContext) |
graphql.schema.GraphQLOutputType |
toGraphQLType(AnnotatedType javaType,
OperationMapper operationMapper,
Set<Class<? extends TypeMapper>> mappersToSkip,
BuildContext buildContext) |
protected abstract O |
toGraphQLType(String typeName,
AnnotatedType javaType,
OperationMapper operationMapper,
BuildContext buildContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupportspublic graphql.schema.GraphQLOutputType toGraphQLType(AnnotatedType javaType, OperationMapper operationMapper, Set<Class<? extends TypeMapper>> mappersToSkip, BuildContext buildContext)
toGraphQLType in interface TypeMapperpublic graphql.schema.GraphQLInputType toGraphQLInputType(AnnotatedType javaType, OperationMapper operationMapper, Set<Class<? extends TypeMapper>> mappersToSkip, BuildContext buildContext)
toGraphQLInputType in interface TypeMapperprotected abstract O toGraphQLType(String typeName, AnnotatedType javaType, OperationMapper operationMapper, BuildContext buildContext)
protected abstract I toGraphQLInputType(String typeName, AnnotatedType javaType, OperationMapper operationMapper, BuildContext buildContext)
protected String getTypeName(AnnotatedType type, BuildContext buildContext)
protected String getInputTypeName(AnnotatedType type, BuildContext buildContext)
Copyright © 2016–2018. All rights reserved.