| Modifier and Type | Class and Description |
|---|---|
class |
EnumType
Represent an enum type in the Schema.
|
class |
InputType
Represent a GraphQL Input Type.
|
class |
InterfaceType
Represents a Interface in GraphQL.
|
class |
Type
Represent a GraphQL Type.
|
| Modifier and Type | Method and Description |
|---|---|
static Reference |
Scalars.getFormattedScalar(String className) |
static Reference |
Scalars.getIDScalar(String className) |
Reference |
Mapping.getReference() |
Reference |
Field.getReference() |
static Reference |
Scalars.getScalar(String identifier) |
Reference |
Operation.getSourceFieldOn() |
| Modifier and Type | Method and Description |
|---|---|
Set<Reference> |
InterfaceType.getInterfaces() |
Set<Reference> |
Type.getInterfaces() |
Map<String,Reference> |
Reference.getParametrizedTypeArguments() |
| Modifier and Type | Method and Description |
|---|---|
void |
InterfaceType.addInterface(Reference interfaceType) |
void |
Type.addInterface(Reference interfaceType) |
void |
Mapping.setReference(Reference reference) |
void |
Field.setReference(Reference reference) |
void |
Operation.setSourceFieldOn(Reference sourceFieldOn) |
| Modifier and Type | Method and Description |
|---|---|
void |
InterfaceType.setInterfaces(Set<Reference> interfaces) |
void |
Type.setInterfaces(Set<Reference> interfaces) |
void |
Reference.setParametrizedTypeArguments(Map<String,Reference> parametrizedTypeArguments) |
| Constructor and Description |
|---|
Argument(String methodArgumentName,
String methodName,
String propertyName,
String name,
String description,
Reference reference) |
Field(String methodName,
String propertyName,
String name,
String description,
Reference reference) |
Mapping(Reference reference) |
Operation(String className,
String methodName,
String propertyName,
String name,
String description,
Reference reference,
OperationType operationType) |
Reference(Reference reference) |
| Constructor and Description |
|---|
Reference(String className,
String name,
ReferenceType type,
Map<String,Reference> parametrizedTypeArguments,
boolean addParametrizedTypeNameExtension) |
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) |
Copyright © 2018–2021. All rights reserved.