@PublicApi public class InterfaceTypeExtensionDefinition extends InterfaceTypeDefinition
| Modifier and Type | Class and Description |
|---|---|
static class |
InterfaceTypeExtensionDefinition.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
InterfaceTypeExtensionDefinition(java.lang.String name,
java.util.List<FieldDefinition> definitions,
java.util.List<Directive> directives,
Description description,
SourceLocation sourceLocation,
java.util.List<Comment> comments) |
| Modifier and Type | Method and Description |
|---|---|
InterfaceTypeExtensionDefinition |
deepCopy() |
static InterfaceTypeExtensionDefinition.Builder |
newInterfaceTypeExtensionDefinition() |
java.lang.String |
toString() |
InterfaceTypeExtensionDefinition |
transformExtension(java.util.function.Consumer<InterfaceTypeExtensionDefinition.Builder> builderConsumer) |
accept, getChildren, getDescription, getDirectives, getFieldDefinitions, getName, isEqualTo, newInterfaceTypeDefinition, transformdeepCopy, deepCopy, getComments, getSourceLocationclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetComments, getSourceLocationgetDirective, getDirectivesByNameprotected InterfaceTypeExtensionDefinition(java.lang.String name,
java.util.List<FieldDefinition> definitions,
java.util.List<Directive> directives,
Description description,
SourceLocation sourceLocation,
java.util.List<Comment> comments)
public InterfaceTypeExtensionDefinition deepCopy()
deepCopy in interface Node<InterfaceTypeDefinition>deepCopy in class InterfaceTypeDefinitionpublic java.lang.String toString()
toString in class InterfaceTypeDefinitionpublic static InterfaceTypeExtensionDefinition.Builder newInterfaceTypeExtensionDefinition()
public InterfaceTypeExtensionDefinition transformExtension(java.util.function.Consumer<InterfaceTypeExtensionDefinition.Builder> builderConsumer)