public class

TestJsonFormatDetection

extends BaseTest
java.lang.Object
   ↳ TestCase
     ↳ com.fasterxml.jackson.test.BaseTest
       ↳ com.fasterxml.jackson.core.format.TestJsonFormatDetection

Summary

[Expand]
Inherited Constants
From class com.fasterxml.jackson.test.BaseTest
Public Constructors
TestJsonFormatDetection()
Public Methods
void testSimpleInvalid()
void testSimpleValidArray()
void testSimpleValidObject()
void testSimpleValidString()
While JSON String is not a strong match alone, it should be detected unless some better match is available
[Expand]
Inherited Methods
From class com.fasterxml.jackson.test.BaseTest
From class java.lang.Object

Public Constructors

public TestJsonFormatDetection ()

Public Methods

public void testSimpleInvalid ()

Throws
Exception

public void testSimpleValidArray ()

Throws
Exception

public void testSimpleValidObject ()

Throws
Exception

public void testSimpleValidString ()

While JSON String is not a strong match alone, it should be detected unless some better match is available

Throws
Exception