public class DefaultGraphqlTypeBuilder
extends java.lang.Object
| Constructor and Description |
|---|
DefaultGraphqlTypeBuilder() |
| Modifier and Type | Method and Description |
|---|---|
GraphQLType |
buildType(java.lang.reflect.Type type,
java.util.Map<java.lang.String,GraphQLType> typeMapping,
boolean inputType,
java.util.List<java.lang.annotation.Annotation> annotations) |
boolean |
canHandle(java.lang.reflect.Type type,
boolean inputType) |
public boolean canHandle(java.lang.reflect.Type type,
boolean inputType)
public GraphQLType buildType(java.lang.reflect.Type type,
java.util.Map<java.lang.String,GraphQLType> typeMapping,
boolean inputType,
java.util.List<java.lang.annotation.Annotation> annotations)
Data In Motion Consulting GmbH