public class NonNullMapper extends Object implements TypeMapper, Comparator<AnnotatedType>, SchemaTransformer
| Constructor and Description |
|---|
NonNullMapper() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(AnnotatedType o1,
AnnotatedType o2) |
boolean |
supports(AnnotatedType type) |
graphql.schema.GraphQLNonNull |
toGraphQLInputType(AnnotatedType javaType,
OperationMapper operationMapper,
Set<Class<? extends TypeMapper>> mappersToSkip,
BuildContext buildContext) |
graphql.schema.GraphQLNonNull |
toGraphQLType(AnnotatedType javaType,
OperationMapper operationMapper,
Set<Class<? extends TypeMapper>> mappersToSkip,
BuildContext buildContext) |
graphql.schema.GraphQLArgument |
transformArgument(graphql.schema.GraphQLArgument argument,
DirectiveArgument directiveArgument,
OperationMapper operationMapper,
BuildContext buildContext) |
graphql.schema.GraphQLArgument |
transformArgument(graphql.schema.GraphQLArgument argument,
OperationArgument operationArgument,
OperationMapper operationMapper,
BuildContext buildContext) |
graphql.schema.GraphQLFieldDefinition |
transformField(graphql.schema.GraphQLFieldDefinition field,
Operation operation,
OperationMapper operationMapper,
BuildContext buildContext) |
graphql.schema.GraphQLInputObjectField |
transformInputField(graphql.schema.GraphQLInputObjectField field,
InputField inputField,
OperationMapper operationMapper,
BuildContext buildContext) |
clone, 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, thenComparingLongtransformDirectivepublic graphql.schema.GraphQLNonNull toGraphQLType(AnnotatedType javaType, OperationMapper operationMapper, Set<Class<? extends TypeMapper>> mappersToSkip, BuildContext buildContext)
toGraphQLType in interface TypeMapperpublic graphql.schema.GraphQLNonNull toGraphQLInputType(AnnotatedType javaType, OperationMapper operationMapper, Set<Class<? extends TypeMapper>> mappersToSkip, BuildContext buildContext)
toGraphQLInputType in interface TypeMapperpublic graphql.schema.GraphQLFieldDefinition transformField(graphql.schema.GraphQLFieldDefinition field,
Operation operation,
OperationMapper operationMapper,
BuildContext buildContext)
transformField in interface SchemaTransformerpublic graphql.schema.GraphQLInputObjectField transformInputField(graphql.schema.GraphQLInputObjectField field,
InputField inputField,
OperationMapper operationMapper,
BuildContext buildContext)
transformInputField in interface SchemaTransformerpublic graphql.schema.GraphQLArgument transformArgument(graphql.schema.GraphQLArgument argument,
OperationArgument operationArgument,
OperationMapper operationMapper,
BuildContext buildContext)
transformArgument in interface SchemaTransformerpublic graphql.schema.GraphQLArgument transformArgument(graphql.schema.GraphQLArgument argument,
DirectiveArgument directiveArgument,
OperationMapper operationMapper,
BuildContext buildContext)
transformArgument in interface SchemaTransformerpublic 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.