Uses of Interface
graphql.schema.Coercing
-
Packages that use Coercing Package Description graphql.scalar graphql.schema graphql.validation -
-
Uses of Coercing in graphql.scalar
Classes in graphql.scalar that implement Coercing Modifier and Type Class Description class
GraphqlBooleanCoercing
The deprecated methods still have implementations in case code outside graphql-java is calling them but internally the call paths have been replaced.class
GraphqlFloatCoercing
The deprecated methods still have implementations in case code outside graphql-java is calling them but internally the call paths have been replaced.class
GraphqlIDCoercing
The deprecated methods still have implementations in case code outside graphql-java is calling them but internally the call paths have been replaced.class
GraphqlIntCoercing
The deprecated methods still have implementations in case code outside graphql-java is calling them but internally the call paths have been replaced.class
GraphqlStringCoercing
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 Coercing Modifier and Type Field Description private Coercing<?,?>
GraphQLScalarType.Builder. coercing
private Coercing<?,?>
GraphQLScalarType. coercing
Methods in graphql.schema that return Coercing Modifier and Type Method Description Coercing<?,?>
GraphQLScalarType. getCoercing()
Methods in graphql.schema with parameters of type Coercing Modifier and Type Method Description GraphQLScalarType.Builder
GraphQLScalarType.Builder. coercing(Coercing<?,?> coercing)
Constructors in graphql.schema with parameters of type Coercing Constructor Description GraphQLScalarType(java.lang.String name, java.lang.String description, Coercing<?,?> coercing, java.util.List<GraphQLDirective> directives, java.util.List<GraphQLAppliedDirective> appliedDirectives, ScalarTypeDefinition definition, java.util.List<ScalarTypeExtensionDefinition> extensionDefinitions, java.lang.String specifiedByUrl)
-
Uses of Coercing in graphql.validation
Methods in graphql.validation with parameters of type Coercing Modifier and Type Method Description private java.util.Optional<GraphQLError>
ValidationUtil. parseLiteral(Value<?> value, Coercing<?,?> coercing, GraphQLContext graphQLContext, java.util.Locale locale)
-