@PublicApi public class InterfaceTypeExtensionDefinition extends InterfaceTypeDefinition
Modifier and Type | Class and Description |
---|---|
static class |
InterfaceTypeExtensionDefinition.Builder |
CHILD_DEFINITIONS, CHILD_DIRECTIVES
Modifier | Constructor and Description |
---|---|
protected |
InterfaceTypeExtensionDefinition(String name,
List<FieldDefinition> definitions,
List<Directive> directives,
Description description,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
Modifier and Type | Method and Description |
---|---|
InterfaceTypeExtensionDefinition |
deepCopy() |
static InterfaceTypeExtensionDefinition.Builder |
newInterfaceTypeExtensionDefinition() |
String |
toString() |
InterfaceTypeExtensionDefinition |
transformExtension(Consumer<InterfaceTypeExtensionDefinition.Builder> builderConsumer) |
accept, getChildren, getDescription, getDirectives, getFieldDefinitions, getName, getNamedChildren, isEqualTo, newInterfaceTypeDefinition, transform, withNewChildren
deepCopy, deepCopy, getComments, getIgnoredChars, getSourceLocation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDirective, getDirectivesByName
getComments, getIgnoredChars, getSourceLocation
protected InterfaceTypeExtensionDefinition(String name, List<FieldDefinition> definitions, List<Directive> directives, Description description, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars)
public InterfaceTypeExtensionDefinition deepCopy()
deepCopy
in interface Node<InterfaceTypeDefinition>
deepCopy
in class InterfaceTypeDefinition
public String toString()
toString
in class InterfaceTypeDefinition
public static InterfaceTypeExtensionDefinition.Builder newInterfaceTypeExtensionDefinition()
public InterfaceTypeExtensionDefinition transformExtension(Consumer<InterfaceTypeExtensionDefinition.Builder> builderConsumer)
Copyright © 2019. All rights reserved.