| Package | Description | 
|---|---|
| com.fasterxml.jackson.databind.util | Utility classes for Mapper package. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected TokenBufferReadContext | TokenBuffer.Parser. _parsingContextInformation about parser context, context in which
 the next token is to be parsed (root, array, object). | 
| Modifier and Type | Method and Description | 
|---|---|
| TokenBufferReadContext | TokenBufferReadContext. createChildArrayContext() | 
| TokenBufferReadContext | TokenBufferReadContext. createChildObjectContext() | 
| static TokenBufferReadContext | TokenBufferReadContext. createRootContext(JsonStreamContext origContext) | 
| TokenBufferReadContext | TokenBufferReadContext. parentOrCopy()Helper method we need to handle discontinuity between "real" contexts buffer
 creates, and ones from parent: problem being they are of different types. | 
| Constructor and Description | 
|---|
| TokenBufferReadContext(TokenBufferReadContext parent,
                      int type,
                      int index) | 
Copyright © 2008–2018 FasterXML. All rights reserved.