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 GraphQLInputTypegetInputType()GraphQLInputValueDefinitiongetInputValueDefinition()java.lang.StringgetName()QueryVisitorFieldArgumentInputValuegetParent()ValuegetValue()java.lang.StringtoString()
-
-
-
Method Detail
-
getParent
public QueryVisitorFieldArgumentInputValue getParent()
- Specified by:
getParentin interfaceQueryVisitorFieldArgumentInputValue
-
getInputValueDefinition
public GraphQLInputValueDefinition getInputValueDefinition()
- Specified by:
getInputValueDefinitionin interfaceQueryVisitorFieldArgumentInputValue
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceQueryVisitorFieldArgumentInputValue
-
getInputType
public GraphQLInputType getInputType()
- Specified by:
getInputTypein interfaceQueryVisitorFieldArgumentInputValue
-
getValue
public Value getValue()
- Specified by:
getValuein interfaceQueryVisitorFieldArgumentInputValue
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-