Package io.fria.lilo

Class DummyCoercing

  • All Implemented Interfaces:
    graphql.schema.Coercing<Object,​Object>

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

      • DummyCoercing

        public DummyCoercing()
    • Method Detail

      • parseLiteral

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

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

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