public class InterfaceMapper extends CachingMapper<graphql.schema.GraphQLInterfaceType,graphql.schema.GraphQLInputObjectType>
| Constructor and Description |
|---|
InterfaceMapper(InterfaceMappingStrategy interfaceStrategy,
ObjectTypeMapper objectTypeMapper) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
supports(AnnotatedType type) |
graphql.schema.GraphQLInputObjectType |
toGraphQLInputType(String typeName,
AnnotatedType javaType,
Set<Type> abstractTypes,
OperationMapper operationMapper,
BuildContext buildContext) |
graphql.schema.GraphQLInterfaceType |
toGraphQLType(String typeName,
AnnotatedType javaType,
Set<Type> abstractTypes,
OperationMapper operationMapper,
BuildContext buildContext) |
getInputTypeName, getTypeName, graphQLInputType, graphQLTypecollectAbstract, registerAbstract, toGraphQLInputType, toGraphQLTypepublic InterfaceMapper(InterfaceMappingStrategy interfaceStrategy, ObjectTypeMapper objectTypeMapper)
public graphql.schema.GraphQLInterfaceType toGraphQLType(String typeName, AnnotatedType javaType, Set<Type> abstractTypes, OperationMapper operationMapper, BuildContext buildContext)
toGraphQLType in class CachingMapper<graphql.schema.GraphQLInterfaceType,graphql.schema.GraphQLInputObjectType>public graphql.schema.GraphQLInputObjectType toGraphQLInputType(String typeName, AnnotatedType javaType, Set<Type> abstractTypes, OperationMapper operationMapper, BuildContext buildContext)
toGraphQLInputType in class CachingMapper<graphql.schema.GraphQLInterfaceType,graphql.schema.GraphQLInputObjectType>public boolean supports(AnnotatedType type)
Copyright © 2016–2017. All rights reserved.