public class OrderCoercing
extends java.lang.Object
implements graphql.schema.Coercing<org.jfantasy.framework.dao.OrderBy,java.lang.String>
| Constructor and Description |
|---|
OrderCoercing() |
| Modifier and Type | Method and Description |
|---|---|
org.jfantasy.framework.dao.OrderBy |
parseLiteral(java.lang.Object input) |
org.jfantasy.framework.dao.OrderBy |
parseValue(java.lang.Object input) |
java.lang.String |
serialize(java.lang.Object input) |
public java.lang.String serialize(java.lang.Object input)
throws graphql.schema.CoercingSerializeException
serialize in interface graphql.schema.Coercing<org.jfantasy.framework.dao.OrderBy,java.lang.String>graphql.schema.CoercingSerializeExceptionpublic org.jfantasy.framework.dao.OrderBy parseValue(java.lang.Object input)
throws graphql.schema.CoercingParseValueException
parseValue in interface graphql.schema.Coercing<org.jfantasy.framework.dao.OrderBy,java.lang.String>graphql.schema.CoercingParseValueExceptionpublic org.jfantasy.framework.dao.OrderBy parseLiteral(java.lang.Object input)
throws graphql.schema.CoercingParseLiteralException
parseLiteral in interface graphql.schema.Coercing<org.jfantasy.framework.dao.OrderBy,java.lang.String>graphql.schema.CoercingParseLiteralException