Uses of Interface
graphql.schema.Coercing
Packages that use Coercing
-
Uses of Coercing in graphql.scalar
Classes in graphql.scalar that implement CoercingModifier and TypeClassDescriptionclassThe deprecated methods still have implementations in case code outside graphql-java is calling them but internally the call paths have been replaced.classThe deprecated methods still have implementations in case code outside graphql-java is calling them but internally the call paths have been replaced.classThe deprecated methods still have implementations in case code outside graphql-java is calling them but internally the call paths have been replaced.classThe deprecated methods still have implementations in case code outside graphql-java is calling them but internally the call paths have been replaced.classThe deprecated methods still have implementations in case code outside graphql-java is calling them but internally the call paths have been replaced. -
Uses of Coercing in graphql.schema
Fields in graphql.schema declared as CoercingModifier and TypeFieldDescriptionprivate Coercing<?, ?> GraphQLScalarType.Builder.coercingprivate final Coercing<?, ?> GraphQLScalarType.coercingMethods in graphql.schema that return CoercingMethods in graphql.schema with parameters of type CoercingModifier and TypeMethodDescriptionConstructors in graphql.schema with parameters of type CoercingModifierConstructorDescriptionprivateGraphQLScalarType(String name, String description, Coercing<?, ?> coercing, List<GraphQLDirective> directives, List<GraphQLAppliedDirective> appliedDirectives, ScalarTypeDefinition definition, List<ScalarTypeExtensionDefinition> extensionDefinitions, String specifiedByUrl) -
Uses of Coercing in graphql.validation
Methods in graphql.validation with parameters of type CoercingModifier and TypeMethodDescriptionprivate Optional<GraphQLError> ValidationUtil.parseLiteral(Value<?> value, Coercing<?, ?> coercing, GraphQLContext graphQLContext, Locale locale)