Uses of Enum
graphql.execution.ValuesResolver.ValueMode
Packages that use ValuesResolver.ValueMode
-
Uses of ValuesResolver.ValueMode in graphql.execution
Methods in graphql.execution that return ValuesResolver.ValueModeModifier and TypeMethodDescriptionstatic ValuesResolver.ValueMode
Returns 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 Object
ValuesResolverConversion.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 Object
ValuesResolverConversion.externalValueToLiteralForList
(GraphqlFieldVisibility fieldVisibility, GraphQLList listType, Object value, ValuesResolver.ValueMode valueMode, GraphQLContext graphqlContext, Locale locale) No validationprivate static Object
ValuesResolverConversion.externalValueToLiteralForObject
(GraphqlFieldVisibility fieldVisibility, GraphQLInputObjectType inputObjectType, Object inputValue, ValuesResolver.ValueMode valueMode, GraphQLContext graphqlContext, Locale locale) No validation(package private) static Object
ValuesResolverConversion.valueToLiteralImpl
(GraphqlFieldVisibility fieldVisibility, InputValueWithState inputValueWithState, GraphQLType type, ValuesResolver.ValueMode valueMode, GraphQLContext graphqlContext, Locale locale)