Uses of Class
graphql.schema.CoercingSerializeException
Packages that use CoercingSerializeException
-
Uses of CoercingSerializeException in graphql
Fields in graphql declared as CoercingSerializeExceptionModifier and TypeFieldDescriptionprivate final CoercingSerializeException
SerializationError.exception
Methods in graphql that return CoercingSerializeExceptionMethods in graphql with parameters of type CoercingSerializeExceptionModifier and TypeMethodDescriptionprivate String
SerializationError.mkMessage
(ResultPath path, CoercingSerializeException exception) Constructors in graphql with parameters of type CoercingSerializeExceptionModifierConstructorDescriptionSerializationError
(ResultPath path, CoercingSerializeException exception) -
Uses of CoercingSerializeException in graphql.execution
Methods in graphql.execution with parameters of type CoercingSerializeExceptionModifier and TypeMethodDescriptionprivate Object
ExecutionStrategy.handleCoercionProblem
(ExecutionContext context, ExecutionStrategyParameters parameters, CoercingSerializeException e) -
Uses of CoercingSerializeException in graphql.scalar
Methods in graphql.scalar that throw CoercingSerializeExceptionModifier and TypeMethodDescription@Nullable Boolean
GraphqlBooleanCoercing.serialize
(@NotNull Object dataFetcherResult, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) @Nullable Double
GraphqlFloatCoercing.serialize
(@NotNull Object dataFetcherResult, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) @Nullable Object
GraphqlIDCoercing.serialize
(@NotNull Object dataFetcherResult, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) @Nullable Integer
GraphqlIntCoercing.serialize
(@NotNull Object dataFetcherResult, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) @Nullable String
GraphqlStringCoercing.serialize
(@NotNull Object dataFetcherResult, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) -
Uses of CoercingSerializeException in graphql.schema
Methods in graphql.schema that return CoercingSerializeExceptionMethods in graphql.schema that throw CoercingSerializeException