public class QueryVisitorFieldArgumentInputValueImpl extends java.lang.Object implements QueryVisitorFieldArgumentInputValue
Modifier and Type | Method and Description |
---|---|
QueryVisitorFieldArgumentInputValueImpl |
completeArgumentInputValue(Value<?> value) |
GraphQLDirectiveContainer |
getDirectiveContainer() |
GraphQLArgument |
getGraphQLArgument() |
GraphQLFieldDefinition |
getGraphQLFieldDefinition() |
GraphQLInputType |
getInputType() |
java.lang.String |
getName() |
QueryVisitorFieldArgumentInputValue |
getParent() |
Value |
getValue() |
static QueryVisitorFieldArgumentInputValue |
incompleteArgumentInputValue(GraphQLFieldDefinition graphQLFieldDefinition,
GraphQLArgument graphQLArgument) |
QueryVisitorFieldArgumentInputValueImpl |
incompleteNewChild(GraphQLInputObjectField inputObjectField) |
java.lang.String |
toString() |
public static QueryVisitorFieldArgumentInputValue incompleteArgumentInputValue(GraphQLFieldDefinition graphQLFieldDefinition, GraphQLArgument graphQLArgument)
public QueryVisitorFieldArgumentInputValueImpl incompleteNewChild(GraphQLInputObjectField inputObjectField)
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 GraphQLDirectiveContainer getDirectiveContainer()
getDirectiveContainer
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