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