Package org.kie.kogito.index.api
Class DefaultDateTimeCoercing
java.lang.Object
org.kie.kogito.index.api.DefaultDateTimeCoercing
- All Implemented Interfaces:
graphql.schema.Coercing<Object,,String> DateTimeCoercing
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformatDateTime(ZonedDateTime dateTime) static ZonedDateTimeparseLiteral(Object input) 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, parseLiteral, parseValue, serialize, valueToLiteral, valueToLiteral
-
Constructor Details
-
DefaultDateTimeCoercing
public DefaultDateTimeCoercing()
-
-
Method Details
-
parseDateTime
-
formatDateTime
-
serialize
-
parseValue
-
parseLiteral
-