Package graphql.analysis
Class QueryVisitorFieldArgumentInputValueImpl
- java.lang.Object
-
- graphql.analysis.QueryVisitorFieldArgumentInputValueImpl
-
- All Implemented Interfaces:
QueryVisitorFieldArgumentInputValue
public class QueryVisitorFieldArgumentInputValueImpl extends java.lang.Object implements QueryVisitorFieldArgumentInputValue
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphQLInputType
getInputType()
GraphQLInputValueDefinition
getInputValueDefinition()
java.lang.String
getName()
QueryVisitorFieldArgumentInputValue
getParent()
Value
getValue()
java.lang.String
toString()
-
-
-
Method Detail
-
getParent
public QueryVisitorFieldArgumentInputValue getParent()
- Specified by:
getParent
in interfaceQueryVisitorFieldArgumentInputValue
-
getInputValueDefinition
public GraphQLInputValueDefinition getInputValueDefinition()
- Specified by:
getInputValueDefinition
in interfaceQueryVisitorFieldArgumentInputValue
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceQueryVisitorFieldArgumentInputValue
-
getInputType
public GraphQLInputType getInputType()
- Specified by:
getInputType
in interfaceQueryVisitorFieldArgumentInputValue
-
getValue
public Value getValue()
- Specified by:
getValue
in interfaceQueryVisitorFieldArgumentInputValue
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-