public class AnnotationMapper extends CachingMapper<graphql.schema.GraphQLObjectType,graphql.schema.GraphQLInputObjectType>
| Constructor and Description |
|---|
AnnotationMapper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
supports(AnnotatedType type) |
protected graphql.schema.GraphQLInputObjectType |
toGraphQLInputType(String typeName,
AnnotatedType javaType,
OperationMapper operationMapper,
BuildContext buildContext) |
protected graphql.schema.GraphQLObjectType |
toGraphQLType(String typeName,
AnnotatedType javaType,
OperationMapper operationMapper,
BuildContext buildContext) |
getInputTypeName, getTypeName, toGraphQLInputType, toGraphQLTypeprotected graphql.schema.GraphQLObjectType toGraphQLType(String typeName, AnnotatedType javaType, OperationMapper operationMapper, BuildContext buildContext)
toGraphQLType in class CachingMapper<graphql.schema.GraphQLObjectType,graphql.schema.GraphQLInputObjectType>protected graphql.schema.GraphQLInputObjectType toGraphQLInputType(String typeName, AnnotatedType javaType, OperationMapper operationMapper, BuildContext buildContext)
toGraphQLInputType in class CachingMapper<graphql.schema.GraphQLObjectType,graphql.schema.GraphQLInputObjectType>public boolean supports(AnnotatedType type)
Copyright © 2016–2018. All rights reserved.