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