public class

TestCustomEscaping

extends BaseTest
java.lang.Object
   ↳ TestCase
     ↳ com.fasterxml.jackson.test.BaseTest
       ↳ com.fasterxml.jackson.core.json.TestCustomEscaping

Summary

[Expand]
Inherited Constants
From class com.fasterxml.jackson.test.BaseTest
Public Constructors
TestCustomEscaping()
Public Methods
void testAboveAsciiEscapeWithReader()
Test to ensure that it is possible to force escaping of non-ASCII characters.
void testAboveAsciiEscapeWithUTF8Stream()
void testEscapeCustomWithReader()
void testEscapeCustomWithUTF8Stream()
[Expand]
Inherited Methods
From class com.fasterxml.jackson.test.BaseTest
From class java.lang.Object

Public Constructors

public TestCustomEscaping ()

Public Methods

public void testAboveAsciiEscapeWithReader ()

Test to ensure that it is possible to force escaping of non-ASCII characters. Related to [JACKSON-102]

Throws
Exception

public void testAboveAsciiEscapeWithUTF8Stream ()

Throws
Exception

public void testEscapeCustomWithReader ()

Throws
Exception

public void testEscapeCustomWithUTF8Stream ()

Throws
Exception