Class BaseDateCoercing<I,O>
java.lang.Object
io.jmix.graphql.schema.scalar.coercing.BaseDateCoercing<I,O>
- All Implemented Interfaces:
graphql.schema.Coercing<I,
O>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract O
doSerialize
(I input) parseLiteral
(Object input) protected abstract I
parseString
(String value) parseValue
(Object input) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface graphql.schema.Coercing
parseLiteral
-
Field Details
-
format
-
type
-
-
Constructor Details
-
BaseDateCoercing
-
-
Method Details