Uses of Interface
graphql.schema.Coercing
Packages that use Coercing
-
Uses of Coercing in graphql.scalar
Classes in graphql.scalar that implement CoercingModifier and TypeClassDescriptionclass
The deprecated methods still have implementations in case code outside graphql-java is calling them but internally the call paths have been replaced.class
The deprecated methods still have implementations in case code outside graphql-java is calling them but internally the call paths have been replaced.class
The deprecated methods still have implementations in case code outside graphql-java is calling them but internally the call paths have been replaced.class
The deprecated methods still have implementations in case code outside graphql-java is calling them but internally the call paths have been replaced.class
The 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.coercing
private final Coercing
<?, ?> GraphQLScalarType.coercing
Methods in graphql.schema that return CoercingMethods in graphql.schema with parameters of type CoercingModifier and TypeMethodDescriptionConstructors in graphql.schema with parameters of type CoercingModifierConstructorDescriptionprivate
GraphQLScalarType
(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)