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 GraphQLInputValueDefinitionprivate final QueryVisitorFieldArgumentInputValueprivate final Value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateQueryVisitorFieldArgumentInputValueImpl(QueryVisitorFieldArgumentInputValue parent, GraphQLInputValueDefinition inputValueDefinition, Value value) -
Method Summary
Modifier and TypeMethodDescription(package private) QueryVisitorFieldArgumentInputValueImplcompleteArgumentInputValue(Value<?> value) getName()getValue()(package private) static QueryVisitorFieldArgumentInputValueincompleteArgumentInputValue(GraphQLArgument graphQLArgument) (package private) QueryVisitorFieldArgumentInputValueImplincompleteNewChild(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:
getParentin interfaceQueryVisitorFieldArgumentInputValue
-
getInputValueDefinition
- Specified by:
getInputValueDefinitionin interfaceQueryVisitorFieldArgumentInputValue
-
getName
- Specified by:
getNamein interfaceQueryVisitorFieldArgumentInputValue
-
getInputType
- Specified by:
getInputTypein interfaceQueryVisitorFieldArgumentInputValue
-
getValue
- Specified by:
getValuein interfaceQueryVisitorFieldArgumentInputValue
-
toString
-