Class AbstractJsonGeneratorTest (1.46.0)

public abstract class AbstractJsonGeneratorTest

Inheritance

java.lang.Object > AbstractJsonGeneratorTest

Constructors

AbstractJsonGeneratorTest()

public AbstractJsonGeneratorTest()

Methods

newGenerator(Writer writer)

protected abstract JsonGenerator newGenerator(Writer writer)
Parameter
Name Description
writer Writer
Returns
Type Description
JsonGenerator
Exceptions
Type Description
IOException

testSerialize_iterableMap()

public void testSerialize_iterableMap()
Exceptions
Type Description
Exception

testSerialize_simpleMap()

public void testSerialize_simpleMap()
Exceptions
Type Description
Exception