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 ObjectValueVisitor.visitAppliedDirectiveArgumentValue(@Nullable Object coercedValue, GraphQLAppliedDirectiveArgument graphQLAppliedDirectiveArgument, ValueVisitor.InputElements inputElements) This is called when aGraphQLAppliedDirectiveArgumentis encountereddefault @Nullable ObjectValueVisitor.visitArgumentValue(@Nullable Object coercedValue, GraphQLArgument graphQLArgument, ValueVisitor.InputElements inputElements) This is called when aGraphQLArgumentis encountereddefault @Nullable ObjectValueVisitor.visitEnumValue(@Nullable Object coercedValue, GraphQLEnumType inputType, ValueVisitor.InputElements inputElements) This is called when an enum value is encountereddefault @Nullable ObjectValueVisitor.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 ObjectValueVisitor.visitScalarValue(@Nullable Object coercedValue, GraphQLScalarType inputType, ValueVisitor.InputElements inputElements) This is called when a scalar value is encountered