Uses of Enum
graphql.execution.ValuesResolver.ValueMode
Packages that use ValuesResolver.ValueMode
-
Uses of ValuesResolver.ValueMode in graphql.execution
Subclasses with type arguments of type ValuesResolver.ValueMode in graphql.executionMethods in graphql.execution that return ValuesResolver.ValueModeModifier and TypeMethodDescriptionstatic ValuesResolver.ValueModeReturns the enum constant of this type with the specified name.static ValuesResolver.ValueMode[]ValuesResolver.ValueMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in graphql.execution with parameters of type ValuesResolver.ValueModeModifier and TypeMethodDescription(package private) static ObjectValuesResolverConversion.externalValueToLiteral(GraphqlFieldVisibility fieldVisibility, @Nullable Object value, GraphQLInputType type, ValuesResolver.ValueMode valueMode, GraphQLContext graphqlContext, Locale locale) No validation: the external value is assumed to be valid.private static ObjectValuesResolverConversion.externalValueToLiteralForList(GraphqlFieldVisibility fieldVisibility, GraphQLList listType, Object value, ValuesResolver.ValueMode valueMode, GraphQLContext graphqlContext, Locale locale) No validationprivate static ObjectValuesResolverConversion.externalValueToLiteralForObject(GraphqlFieldVisibility fieldVisibility, GraphQLInputObjectType inputObjectType, Object inputValue, ValuesResolver.ValueMode valueMode, GraphQLContext graphqlContext, Locale locale) No validation(package private) static ObjectValuesResolverConversion.valueToLiteralImpl(GraphqlFieldVisibility fieldVisibility, InputValueWithState inputValueWithState, GraphQLType type, ValuesResolver.ValueMode valueMode, GraphQLContext graphqlContext, Locale locale)