public class MappedType extends Object
| Modifier and Type | Field and Description |
|---|---|
graphql.schema.GraphQLOutputType |
graphQLType |
AnnotatedType |
javaType |
| Constructor and Description |
|---|
MappedType(AnnotatedType javaType,
graphql.schema.GraphQLOutputType graphQLType) |
| Modifier and Type | Method and Description |
|---|---|
graphql.schema.GraphQLObjectType |
getAsObjectType() |
public final AnnotatedType javaType
public final graphql.schema.GraphQLOutputType graphQLType
public MappedType(AnnotatedType javaType, graphql.schema.GraphQLOutputType graphQLType)
Copyright © 2016–2017. All rights reserved.