Package com.google.api.client.test.json
Class AbstractJsonFactoryTest.NumberTypes
java.lang.Object
com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypes
- Enclosing class:
AbstractJsonFactoryTest
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) BigDecimal
(package private) BigDecimal
(package private) BigInteger
(package private) Byte
(package private) byte
(package private) Double
(package private) double
(package private) Float
(package private) float
(package private) Integer
(package private) int
(package private) Long
(package private) long
(package private) Short
(package private) short
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
byteValue
byte byteValue -
byteObjValue
Byte byteObjValue -
shortValue
short shortValue -
shortObjValue
Short shortObjValue -
intValue
int intValue -
intObjValue
Integer intObjValue -
floatValue
float floatValue -
floatObjValue
Float floatObjValue -
longValue
long longValue -
longObjValue
Long longObjValue -
doubleValue
double doubleValue -
doubleObjValue
Double doubleObjValue -
bigIntegerValue
BigInteger bigIntegerValue -
bigDecimalValue
BigDecimal bigDecimalValue -
anotherBigDecimalValue
BigDecimal anotherBigDecimalValue -
longListValue
-
longMapValue
-
-
Constructor Details
-
NumberTypes
public NumberTypes()
-