Class AbstractJsonFactoryTest.NumberTypes

java.lang.Object
com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypes
Enclosing class:
AbstractJsonFactoryTest

public static class AbstractJsonFactoryTest.NumberTypes extends Object
  • 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

      List<Long> longListValue
    • longMapValue

      Map<String,Long> longMapValue
  • Constructor Details

    • NumberTypes

      public NumberTypes()