|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectBuffer | |
---|---|
org.codehaus.jackson.map | Contains basic mapper (conversion) functionality that
allows for converting between regular streaming json content and
Java objects (beans or Tree Model: support for both is via
ObjectMapper class, as well
as convenience methods included in
JsonParser |
org.codehaus.jackson.map.deser | Contains implementation classes of deserialization part of data binding. |
Uses of ObjectBuffer in org.codehaus.jackson.map |
---|
Methods in org.codehaus.jackson.map that return ObjectBuffer | |
---|---|
abstract ObjectBuffer |
DeserializationContext.leaseObjectBuffer()
Method that can be used to get access to a reusable ObjectBuffer, useful for efficiently constructing Object arrays and Lists. |
Methods in org.codehaus.jackson.map with parameters of type ObjectBuffer | |
---|---|
abstract void |
DeserializationContext.returnObjectBuffer(ObjectBuffer buf)
Method to call to return object buffer previously leased with DeserializationContext.leaseObjectBuffer() . |
Uses of ObjectBuffer in org.codehaus.jackson.map.deser |
---|
Fields in org.codehaus.jackson.map.deser declared as ObjectBuffer | |
---|---|
protected ObjectBuffer |
StdDeserializationContext._objectBuffer
|
Methods in org.codehaus.jackson.map.deser that return ObjectBuffer | |
---|---|
ObjectBuffer |
StdDeserializationContext.leaseObjectBuffer()
|
Methods in org.codehaus.jackson.map.deser with parameters of type ObjectBuffer | |
---|---|
void |
StdDeserializationContext.returnObjectBuffer(ObjectBuffer buf)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |