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
-
Constructor Details
-
BaseScalarCoercing
public BaseScalarCoercing()
-
-
Method Details
-
parseLiteral
- Specified by:
parseLiteral
in interfacegraphql.schema.Coercing
- Throws:
graphql.schema.CoercingParseLiteralException
-