Package graphql.analysis
Class QueryVisitorFieldArgumentInputValueImpl
java.lang.Object
graphql.analysis.QueryVisitorFieldArgumentInputValueImpl
- All Implemented Interfaces:
QueryVisitorFieldArgumentInputValue
public class QueryVisitorFieldArgumentInputValueImpl
extends Object
implements QueryVisitorFieldArgumentInputValue
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final GraphQLInputValueDefinition
private final QueryVisitorFieldArgumentInputValue
private final Value
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
QueryVisitorFieldArgumentInputValueImpl
(QueryVisitorFieldArgumentInputValue parent, GraphQLInputValueDefinition inputValueDefinition, Value value) -
Method Summary
Modifier and TypeMethodDescription(package private) QueryVisitorFieldArgumentInputValueImpl
completeArgumentInputValue
(Value<?> value) getName()
getValue()
(package private) static QueryVisitorFieldArgumentInputValue
incompleteArgumentInputValue
(GraphQLArgument graphQLArgument) (package private) QueryVisitorFieldArgumentInputValueImpl
incompleteNewChild
(GraphQLInputObjectField inputObjectField) toString()
-
Field Details
-
inputValueDefinition
-
value
-
parent
-
-
Constructor Details
-
QueryVisitorFieldArgumentInputValueImpl
private QueryVisitorFieldArgumentInputValueImpl(QueryVisitorFieldArgumentInputValue parent, GraphQLInputValueDefinition inputValueDefinition, Value value)
-
-
Method Details
-
incompleteArgumentInputValue
static QueryVisitorFieldArgumentInputValue incompleteArgumentInputValue(GraphQLArgument graphQLArgument) -
incompleteNewChild
QueryVisitorFieldArgumentInputValueImpl incompleteNewChild(GraphQLInputObjectField inputObjectField) -
completeArgumentInputValue
-
getParent
- Specified by:
getParent
in interfaceQueryVisitorFieldArgumentInputValue
-
getInputValueDefinition
- Specified by:
getInputValueDefinition
in interfaceQueryVisitorFieldArgumentInputValue
-
getName
- Specified by:
getName
in interfaceQueryVisitorFieldArgumentInputValue
-
getInputType
- Specified by:
getInputType
in interfaceQueryVisitorFieldArgumentInputValue
-
getValue
- Specified by:
getValue
in interfaceQueryVisitorFieldArgumentInputValue
-
toString
-