Uses of Interface
graphql.analysis.values.ValueVisitor.InputElements
Packages that use ValueVisitor.InputElements
-
Uses of ValueVisitor.InputElements in graphql.analysis.values
Classes in graphql.analysis.values that implement ValueVisitor.InputElementsMethods in graphql.analysis.values with parameters of type ValueVisitor.InputElementsModifier and TypeMethodDescriptiondefault @Nullable Object
ValueVisitor.visitAppliedDirectiveArgumentValue
(@Nullable Object coercedValue, GraphQLAppliedDirectiveArgument graphQLAppliedDirectiveArgument, ValueVisitor.InputElements inputElements) This is called when aGraphQLAppliedDirectiveArgument
is encountereddefault @Nullable Object
ValueVisitor.visitArgumentValue
(@Nullable Object coercedValue, GraphQLArgument graphQLArgument, ValueVisitor.InputElements inputElements) This is called when aGraphQLArgument
is encountereddefault @Nullable Object
ValueVisitor.visitEnumValue
(@Nullable Object coercedValue, GraphQLEnumType inputType, ValueVisitor.InputElements inputElements) This is called when an enum value is encountereddefault @Nullable Object
ValueVisitor.visitInputObjectFieldValue
(@Nullable Object coercedValue, GraphQLInputObjectType inputObjectType, GraphQLInputObjectField inputObjectField, ValueVisitor.InputElements inputElements) This is called when an input object field value is encounteredValueVisitor.visitInputObjectValue
(@Nullable Map<String, Object> coercedValue, GraphQLInputObjectType inputObjectType, ValueVisitor.InputElements inputElements) This is called when an input object value is encountered.ValueVisitor.visitListValue
(@Nullable List<Object> coercedValue, GraphQLList listInputType, ValueVisitor.InputElements inputElements) This is called when an input list value is encountered.default @Nullable Object
ValueVisitor.visitScalarValue
(@Nullable Object coercedValue, GraphQLScalarType inputType, ValueVisitor.InputElements inputElements) This is called when a scalar value is encountered