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