Class FloatCoercing
java.lang.Object
io.smallrye.graphql.scalar.custom.FloatCoercing
- All Implemented Interfaces:
graphql.schema.Coercing<Object,BigDecimal>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparseLiteral(Object input) parseValue(Object input) graphql.language.Value<?> valueToLiteral(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
-
Constructor Details
-
FloatCoercing
-
-
Method Details
-
serialize
- Specified by:
serializein interfacegraphql.schema.Coercing<Object,BigDecimal> - Throws:
graphql.schema.CoercingSerializeException
-
parseValue
- Specified by:
parseValuein interfacegraphql.schema.Coercing<Object,BigDecimal> - Throws:
graphql.schema.CoercingParseValueException
-
parseLiteral
- Specified by:
parseLiteralin interfacegraphql.schema.Coercing<Object,BigDecimal> - Throws:
graphql.schema.CoercingParseLiteralException
-
valueToLiteral
- Specified by:
valueToLiteralin interfacegraphql.schema.Coercing<Object,BigDecimal>
-