| Modifier and Type | Method and Description |
|---|---|
ReferenceType |
Reference.getType()
This represent the GraphQL Type
|
static ReferenceType |
ReferenceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceType[] |
ReferenceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Reference.setType(ReferenceType type) |
| Constructor and Description |
|---|
Reference(String className,
String name,
ReferenceType type) |
Reference(String className,
String name,
ReferenceType type,
Map<String,Reference> parametrizedTypeArguments,
boolean addParametrizedTypeNameExtension) |
Reference(String className,
String name,
ReferenceType type,
String graphQlClassName) |
Reference(String className,
String name,
ReferenceType type,
String graphQlClassName,
Map<String,Reference> parametrizedTypeArguments,
boolean addParametrizedTypeNameExtension) |
Reference(String className,
String name,
ReferenceType type,
String graphQlClassName,
Map<String,Reference> parametrizedTypeArguments,
boolean addParametrizedTypeNameExtension,
Mapping mapping,
List<DirectiveInstance> directiveInstances) |
Copyright © 2018–2021. All rights reserved.