Package io.fria.lilo

Class DummyCoercing

java.lang.Object
io.fria.lilo.DummyCoercing
All Implemented Interfaces:
graphql.schema.Coercing<Object,Object>

public class DummyCoercing extends Object implements graphql.schema.Coercing<Object,Object>
  • Constructor Details

    • DummyCoercing

      public DummyCoercing()
  • Method Details

    • parseLiteral

      @Deprecated @NotNull public @NotNull Object parseLiteral(@NotNull @NotNull Object input) throws graphql.schema.CoercingParseLiteralException
      Deprecated.
      Specified by:
      parseLiteral in interface graphql.schema.Coercing<Object,Object>
      Throws:
      graphql.schema.CoercingParseLiteralException
    • 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
      Specified by:
      parseLiteral in interface graphql.schema.Coercing<Object,Object>
      Throws:
      graphql.schema.CoercingParseLiteralException
    • parseValue

      @Deprecated @NotNull public @NotNull Object parseValue(@NotNull @NotNull Object input) throws graphql.schema.CoercingParseValueException
      Deprecated.
      Specified by:
      parseValue in interface graphql.schema.Coercing<Object,Object>
      Throws:
      graphql.schema.CoercingParseValueException
    • parseValue

      @Nullable public @Nullable Object parseValue(@NotNull @NotNull Object input, @NotNull @NotNull graphql.GraphQLContext graphQLContext, @NotNull @NotNull Locale locale) throws graphql.schema.CoercingParseValueException
      Specified by:
      parseValue in interface graphql.schema.Coercing<Object,Object>
      Throws:
      graphql.schema.CoercingParseValueException
    • serialize

      @Deprecated @NotNull public @NotNull Object serialize(@NotNull @NotNull Object dataFetcherResult) throws graphql.schema.CoercingSerializeException
      Deprecated.
      Specified by:
      serialize in interface graphql.schema.Coercing<Object,Object>
      Throws:
      graphql.schema.CoercingSerializeException
    • serialize

      @Nullable public @Nullable Object serialize(@NotNull @NotNull Object dataFetcherResult, @NotNull @NotNull graphql.GraphQLContext graphQLContext, @NotNull @NotNull Locale locale) throws graphql.schema.CoercingSerializeException
      Specified by:
      serialize in interface graphql.schema.Coercing<Object,Object>
      Throws:
      graphql.schema.CoercingSerializeException