public class ObjectScalarMapper extends CachingMapper<graphql.schema.GraphQLScalarType,graphql.schema.GraphQLScalarType> implements Comparator<AnnotatedType>
| Constructor and Description |
|---|
ObjectScalarMapper() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(AnnotatedType o1,
AnnotatedType o2) |
boolean |
supports(AnnotatedType type) |
graphql.schema.GraphQLScalarType |
toGraphQLInputType(String typeName,
AnnotatedType javaType,
OperationMapper operationMapper,
BuildContext buildContext) |
graphql.schema.GraphQLScalarType |
toGraphQLType(String typeName,
AnnotatedType javaType,
OperationMapper operationMapper,
BuildContext buildContext) |
getInputTypeName, getTypeName, toGraphQLInputType, toGraphQLTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic graphql.schema.GraphQLScalarType toGraphQLType(String typeName, AnnotatedType javaType, OperationMapper operationMapper, BuildContext buildContext)
toGraphQLType in class CachingMapper<graphql.schema.GraphQLScalarType,graphql.schema.GraphQLScalarType>public graphql.schema.GraphQLScalarType toGraphQLInputType(String typeName, AnnotatedType javaType, OperationMapper operationMapper, BuildContext buildContext)
toGraphQLInputType in class CachingMapper<graphql.schema.GraphQLScalarType,graphql.schema.GraphQLScalarType>public boolean supports(AnnotatedType type)
supports in interface TypeMapperpublic int compare(AnnotatedType o1, AnnotatedType o2)
compare in interface Comparator<AnnotatedType>Copyright © 2016–2018. All rights reserved.