Class AbstractJsonFactoryTest.NumberTypes

  • Enclosing class:
    AbstractJsonFactoryTest

    public static class AbstractJsonFactoryTest.NumberTypes
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NumberTypes()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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

      • NumberTypes

        public NumberTypes()