public class

TestJsonGeneratorFeatures

extends BaseTest
java.lang.Object
   ↳ TestCase
     ↳ com.fasterxml.jackson.test.BaseTest
       ↳ com.fasterxml.jackson.core.main.TestJsonGeneratorFeatures

Class Overview

Set of basic unit tests for verifying that the basic generator functionality works as expected.

Summary

[Expand]
Inherited Constants
From class com.fasterxml.jackson.test.BaseTest
Public Constructors
TestJsonGeneratorFeatures()
Public Methods
void testConfigDefaults()
void testFieldNameQuoting()
void testNonNumericQuoting()
void testNumbersAsJSONStrings()
Testing for [JACKSON-176], ability to force serializing numbers as JSON Strings.
[Expand]
Inherited Methods
From class com.fasterxml.jackson.test.BaseTest
From class java.lang.Object

Public Constructors

public TestJsonGeneratorFeatures ()

Public Methods

public void testConfigDefaults ()

Throws
IOException

public void testFieldNameQuoting ()

Throws
IOException

public void testNonNumericQuoting ()

Throws
IOException

public void testNumbersAsJSONStrings ()

Testing for [JACKSON-176], ability to force serializing numbers as JSON Strings.

Throws
IOException