Package io.fria.lilo
Class DummyCoercing
- java.lang.Object
-
- io.fria.lilo.DummyCoercing
-
-
Constructor Summary
Constructors Constructor Description DummyCoercing()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description @Nullable ObjectparseLiteral(@NotNull graphql.language.Value<?> input, @NotNull graphql.execution.CoercedVariables variables, @NotNull graphql.GraphQLContext graphQLContext, @NotNull Locale locale)@NotNull ObjectparseLiteral(@NotNull Object input)Deprecated.@NotNull ObjectparseValue(@NotNull Object input)Deprecated.@Nullable ObjectparseValue(@NotNull Object input, @NotNull graphql.GraphQLContext graphQLContext, @NotNull Locale locale)@NotNull Objectserialize(@NotNull Object dataFetcherResult)Deprecated.@Nullable Objectserialize(@NotNull Object dataFetcherResult, @NotNull graphql.GraphQLContext graphQLContext, @NotNull Locale locale)
-
-
-
Method Detail
-
parseLiteral
@Deprecated @NotNull public @NotNull Object parseLiteral(@NotNull @NotNull Object input) throws graphql.schema.CoercingParseLiteralException
Deprecated.
-
parseLiteral
@Nullable public @Nullable Object parseLiteral(@NotNull @NotNull graphql.language.Value<?> input, @NotNull @NotNull graphql.execution.CoercedVariables variables, @NotNull @NotNull graphql.GraphQLContext graphQLContext, @NotNull @NotNull Locale locale) throws graphql.schema.CoercingParseLiteralException
-
parseValue
@Deprecated @NotNull public @NotNull Object parseValue(@NotNull @NotNull Object input) throws graphql.schema.CoercingParseValueException
Deprecated.
-
parseValue
@Nullable public @Nullable Object parseValue(@NotNull @NotNull Object input, @NotNull @NotNull graphql.GraphQLContext graphQLContext, @NotNull @NotNull Locale locale) throws graphql.schema.CoercingParseValueException
-
serialize
@Deprecated @NotNull public @NotNull Object serialize(@NotNull @NotNull Object dataFetcherResult) throws graphql.schema.CoercingSerializeException
Deprecated.
-
-