Package graphql.language
Interface Value<T extends Value>
-
- All Superinterfaces:
Node<T>,java.io.Serializable
- All Known Subinterfaces:
ScalarValue<T>
- All Known Implementing Classes:
ArrayValue,BooleanValue,EnumValue,FloatValue,IntValue,NullValue,ObjectValue,StringValue,VariableReference
@PublicApi public interface Value<T extends Value> extends Node<T>
-
-
Method Summary
-
Methods inherited from interface graphql.language.Node
accept, deepCopy, getAdditionalData, getChildren, getComments, getIgnoredChars, getNamedChildren, getSourceLocation, isEqualTo, withNewChildren
-
-