Class JsonConverterTest


  • public class JsonConverterTest
    extends Object
    JsonConverterTest
    Version:
    $Revision$
    Author:
    Oleg Varaksin / last modified by $Author$
    • Constructor Detail

      • JsonConverterTest

        public JsonConverterTest()
    • Method Detail

      • createConverter

        public void createConverter()
      • testClassNotFoundSimple

        public void testClassNotFoundSimple()
      • testClassNotFoundComplex

        public void testClassNotFoundComplex()
      • testClassNotFoundGenericSimple

        public void testClassNotFoundGenericSimple()
      • testClassNotFoundGenericComplex

        public void testClassNotFoundGenericComplex()
      • testPrimitiveTypeArgument

        public void testPrimitiveTypeArgument()
      • testClassNotFoundArray

        public void testClassNotFoundArray()
      • testBoolean

        public void testBoolean()
      • testInt

        public void testInt()
      • testDouble

        public void testDouble()
      • testIntArray

        public void testIntArray()
      • testLongArray

        public void testLongArray()
      • testStringArray

        public void testStringArray()
      • testString

        public void testString()
      • testInteger

        public void testInteger()
      • testDate

        public void testDate()
      • testCollection

        public void testCollection()
      • testComplexMap

        public void testComplexMap()
      • testPojoNonGeneric

        public void testPojoNonGeneric()
      • testPojoGenericSimple

        public void testPojoGenericSimple()
      • testPojoGenericComplex

        public void testPojoGenericComplex()