Class AbstractJsonFactoryTest.NumberTypesAsString

  • Enclosing class:
    AbstractJsonFactoryTest

    public static class AbstractJsonFactoryTest.NumberTypesAsString
    extends java.lang.Object
    • Field Detail

      • byteValue

        byte byteValue
      • byteObjValue

        java.lang.Byte byteObjValue
      • shortValue

        short shortValue
      • shortObjValue

        java.lang.Short shortObjValue
      • intValue

        int intValue
      • intObjValue

        java.lang.Integer intObjValue
      • floatValue

        float floatValue
      • floatObjValue

        java.lang.Float floatObjValue
      • longValue

        long longValue
      • longObjValue

        java.lang.Long longObjValue
      • doubleValue

        double doubleValue
      • doubleObjValue

        java.lang.Double doubleObjValue
      • bigIntegerValue

        java.math.BigInteger bigIntegerValue
      • bigDecimalValue

        java.math.BigDecimal bigDecimalValue
      • anotherBigDecimalValue

        java.math.BigDecimal anotherBigDecimalValue
      • longListValue

        java.util.List<java.lang.Long> longListValue
      • longMapValue

        java.util.Map<java.lang.String,​java.lang.Long> longMapValue
    • Constructor Detail

      • NumberTypesAsString

        public NumberTypesAsString()