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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract OdoSerialize(I input) parseLiteral(Object input) protected abstract IparseString(String value) parseValue(Object input) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface graphql.schema.Coercing
parseLiteral
-
Field Details
-
format
-
type
-
-
Constructor Details
-
BaseDateCoercing
-
-
Method Details