| Modifier and Type | Method and Description |
|---|---|
List<DirectiveInstance> |
Reference.getDirectiveInstances() |
List<DirectiveInstance> |
Field.getDirectiveInstances() |
| Modifier and Type | Method and Description |
|---|---|
void |
Reference.addDirectiveInstance(DirectiveInstance directiveInstance) |
| Modifier and Type | Method and Description |
|---|---|
void |
Reference.setDirectiveInstances(List<DirectiveInstance> directiveInstances) |
void |
Field.setDirectiveInstances(List<DirectiveInstance> directiveInstances) |
| Constructor and Description |
|---|
Reference(String className,
String name,
ReferenceType type,
String graphQlClassName,
Map<String,Reference> parametrizedTypeArguments,
boolean addParametrizedTypeNameExtension,
AdaptTo adaptTo,
AdaptWith adaptWith,
List<DirectiveInstance> directiveInstances) |
Copyright © 2018–2022. All rights reserved.