| 程序包 | 说明 | 
|---|---|
| org.codehaus.jackson.node | 
 Contains concrete  
JsonNode implementations
 Jackson uses for the Tree model. | 
| 限定符和类型 | 方法和说明 | 
|---|---|
POJONode | 
JsonNodeFactory.POJONode(Object pojo)
Factory method for constructing a wrapper for POJO
 ("Plain Old Java Object") objects; these will get serialized
 using data binding, usually as JSON Objects, but in some
 cases as JSON Strings or other node types. 
 | 
POJONode | 
ContainerNode.POJONode(Object pojo)  |