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