Class LazilyParsedNumber.Lossy
-
- All Implemented Interfaces:
-
java.io.Serializable
public class LazilyParsedNumber.Lossy extends LazilyParsedNumber
-
-
Constructor Summary
Constructors Constructor Description LazilyParsedNumber.Lossy(String value)
-
Method Summary
Modifier and Type Method Description intintValue()longlongValue()floatfloatValue()doubledoubleValue()shortshortValue()bytebyteValue()-
Methods inherited from class dev.drtheo.autojson.adapter.string.parser.LazilyParsedNumber
equals, hashCode, toString -
Methods inherited from class java.lang.Number
doubleValue, floatValue, intValue, longValue -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
LazilyParsedNumber.Lossy
LazilyParsedNumber.Lossy(String value)
-
-
Method Detail
-
intValue
int intValue()
-
longValue
long longValue()
-
floatValue
float floatValue()
-
doubleValue
double doubleValue()
-
shortValue
short shortValue()
-
byteValue
byte byteValue()
-
-
-
-