public class

TestParserWithObjects

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

Class Overview

Unit tests for verifying that object mapping functionality can be accessed using JsonParser.

Summary

[Expand]
Inherited Constants
From class com.fasterxml.jackson.test.BaseTest
Public Constructors
TestParserWithObjects()
Public Methods
void testIsClosed()
void testNextValue()
void testNextValueNested()
[Expand]
Inherited Methods
From class com.fasterxml.jackson.test.BaseTest
From class java.lang.Object

Public Constructors

public TestParserWithObjects ()

Public Methods

public void testIsClosed ()

Throws
IOException

public void testNextValue ()

Throws
IOException

public void testNextValueNested ()

Throws
IOException