Package io.fria.lilo
Class DummyCoercing
java.lang.Object
io.fria.lilo.DummyCoercing
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@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 ObjectDeprecated.@Nullable Objectserialize(@NotNull Object dataFetcherResult, @NotNull graphql.GraphQLContext graphQLContext, @NotNull Locale locale) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface graphql.schema.Coercing
parseLiteral, valueToLiteral, valueToLiteral
-
Constructor Details
-
DummyCoercing
public DummyCoercing()
-
-
Method Details
-
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
-
serialize
@Deprecated @NotNull public @NotNull Object serialize(@NotNull @NotNull Object dataFetcherResult) throws graphql.schema.CoercingSerializeException Deprecated. -
serialize
-