public class QueryVisitorFieldArgumentInputValueImpl extends java.lang.Object implements QueryVisitorFieldArgumentInputValue
Modifier and Type | Method and Description |
---|---|
QueryVisitorFieldArgumentInputValueImpl |
completeArgumentInputValue(Value<?> value) |
GraphQLArgument |
getGraphQLArgument() |
GraphQLFieldDefinition |
getGraphQLFieldDefinition() |
GraphQLInputType |
getInputType() |
java.lang.String |
getName() |
QueryVisitorFieldArgumentInputValue |
getParent() |
Value |
getValue() |
static QueryVisitorFieldArgumentInputValue |
incompleteArgumentInputValue(GraphQLFieldDefinition graphQLFieldDefinition,
GraphQLArgument graphQLArgument,
java.lang.String name,
GraphQLInputType inputType) |
QueryVisitorFieldArgumentInputValueImpl |
incompleteNewChild(java.lang.String name,
GraphQLInputType inputType) |
java.lang.String |
toString() |
public static QueryVisitorFieldArgumentInputValue incompleteArgumentInputValue(GraphQLFieldDefinition graphQLFieldDefinition, GraphQLArgument graphQLArgument, java.lang.String name, GraphQLInputType inputType)
public QueryVisitorFieldArgumentInputValueImpl incompleteNewChild(java.lang.String name, GraphQLInputType inputType)
public QueryVisitorFieldArgumentInputValueImpl completeArgumentInputValue(Value<?> value)
public GraphQLFieldDefinition getGraphQLFieldDefinition()
getGraphQLFieldDefinition
in interface QueryVisitorFieldArgumentInputValue
public GraphQLArgument getGraphQLArgument()
getGraphQLArgument
in interface QueryVisitorFieldArgumentInputValue
public QueryVisitorFieldArgumentInputValue getParent()
getParent
in interface QueryVisitorFieldArgumentInputValue
public java.lang.String getName()
getName
in interface QueryVisitorFieldArgumentInputValue
public GraphQLInputType getInputType()
getInputType
in interface QueryVisitorFieldArgumentInputValue
public Value getValue()
getValue
in interface QueryVisitorFieldArgumentInputValue
public java.lang.String toString()
toString
in class java.lang.Object