Uses of Class
graphql.schema.CoercingSerializeException
Packages that use CoercingSerializeException
-
Uses of CoercingSerializeException in graphql
Fields in graphql declared as CoercingSerializeExceptionModifier and TypeFieldDescriptionprivate final CoercingSerializeExceptionSerializationError.exceptionMethods in graphql that return CoercingSerializeExceptionMethods in graphql with parameters of type CoercingSerializeExceptionModifier and TypeMethodDescriptionprivate StringSerializationError.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 ObjectExecutionStrategy.handleCoercionProblem(ExecutionContext context, ExecutionStrategyParameters parameters, CoercingSerializeException e) -
Uses of CoercingSerializeException in graphql.scalar
Methods in graphql.scalar that throw CoercingSerializeExceptionModifier and TypeMethodDescription@Nullable BooleanGraphqlBooleanCoercing.serialize(@NotNull Object dataFetcherResult, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) @Nullable DoubleGraphqlFloatCoercing.serialize(@NotNull Object dataFetcherResult, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) @Nullable ObjectGraphqlIDCoercing.serialize(@NotNull Object dataFetcherResult, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) @Nullable IntegerGraphqlIntCoercing.serialize(@NotNull Object dataFetcherResult, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) @Nullable StringGraphqlStringCoercing.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