| 程序包 | 说明 | 
|---|---|
| org.codehaus.jackson | 
 Main public API classes of the core streaming JSON
 processor: most importantly  
JsonFactory
 used for constructing
 JSON parser (JsonParser)
 and generator
 (JsonParser)
 instances. | 
| org.codehaus.jackson.impl | 
 Parser and generator implementation classes that Jackson
 defines and uses. 
 | 
| org.codehaus.jackson.node | 
 Contains concrete  
JsonNode implementations
 Jackson uses for the Tree model. | 
| org.codehaus.jackson.util | 
 Utility classes used by Jackson Core functionality. 
 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
abstract JsonStreamContext | 
JsonGenerator.getOutputContext()  | 
abstract JsonStreamContext | 
JsonStreamContext.getParent()
Accessor for finding parent context of this context; will
 return null for root context. 
 | 
abstract JsonStreamContext | 
JsonParser.getParsingContext()
Method that can be used to access current parsing context reader
 is in. 
 | 
| 限定符和类型 | 类和说明 | 
|---|---|
class  | 
JsonReadContext
Extension of  
JsonStreamContext, which implements
 core methods needed, and also exposes
 more complete API to parser implementation classes. | 
class  | 
JsonWriteContext
Extension of  
JsonStreamContext, which implements
 core methods needed, and also exposes
 more complete API to generator implementation classes. | 
| 限定符和类型 | 方法和说明 | 
|---|---|
abstract JsonStreamContext | 
JsonParserMinimalBase.getParsingContext()  | 
| 限定符和类型 | 方法和说明 | 
|---|---|
JsonStreamContext | 
TreeTraversingParser.getParsingContext()  | 
| 限定符和类型 | 方法和说明 | 
|---|---|
JsonStreamContext | 
JsonGeneratorDelegate.getOutputContext()  | 
JsonStreamContext | 
TokenBuffer.Parser.getParsingContext()  | 
JsonStreamContext | 
JsonParserDelegate.getParsingContext()  |