public class TypeClassMatcher
| Modifier and Type | Class and Description |
|---|---|
static class |
TypeClassMatcher.Match |
| Constructor and Description |
|---|
TypeClassMatcher(graphql.language.Type graphQLType,
java.lang.reflect.Type javaType,
GenericType generic,
TypeClassMatcher.Location location,
java.util.Map<java.lang.String,? extends graphql.language.TypeDefinition> definitionsByName) |
| Modifier and Type | Method and Description |
|---|---|
TypeClassMatcher.Match |
match() |
public TypeClassMatcher(graphql.language.Type graphQLType,
java.lang.reflect.Type javaType,
GenericType generic,
TypeClassMatcher.Location location,
java.util.Map<java.lang.String,? extends graphql.language.TypeDefinition> definitionsByName)
public TypeClassMatcher.Match match()