Class BaseScalarCoercing

java.lang.Object
io.jmix.graphql.schema.scalar.coercing.BaseScalarCoercing
All Implemented Interfaces:
graphql.schema.Coercing
Direct Known Subclasses:
BigDecimalCoercing, FileRefCoercing, LongCoercing, UUIDCoercing, VoidCoercing

public abstract class BaseScalarCoercing extends Object implements graphql.schema.Coercing
  • Constructor Details

    • BaseScalarCoercing

      public BaseScalarCoercing()
  • Method Details

    • parseLiteral

      public Object parseLiteral(Object input) throws graphql.schema.CoercingParseLiteralException
      Specified by:
      parseLiteral in interface graphql.schema.Coercing
      Throws:
      graphql.schema.CoercingParseLiteralException