@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(java.lang.String name,
java.util.List<FieldDefinition> definitions,
java.util.List<Directive> directives,
Description description,
SourceLocation sourceLocation,
java.util.List<Comment> comments,
IgnoredChars ignoredChars,
java.util.Map<java.lang.String,java.lang.String> additionalData) |
| 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, getNamedChildren, isEqualTo, newInterfaceTypeDefinition, transform, withNewChildrendeepCopy, deepCopy, getAdditionalData, getComments, getIgnoredChars, getSourceLocationclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAdditionalData, getComments, getIgnoredChars, 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,
IgnoredChars ignoredChars,
java.util.Map<java.lang.String,java.lang.String> additionalData)
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)