public final class ContainerBuilder extends Object
Constructor and Description |
---|
ContainerBuilder(int bufSize) |
Modifier and Type | Method and Description |
---|---|
void |
add(Object value) |
int |
bufferLength() |
boolean |
canReuse() |
Object[] |
finishArray(int prevStart) |
<T> Object[] |
finishArray(int prevStart,
Class<T> elemType) |
List<Object> |
finishList(int prevStart) |
Map<String,Object> |
finishMap(int prevStart) |
void |
put(String key,
Object value) |
int |
start() |
int |
startList(Object value) |
int |
startMap(String key,
Object value) |
Copyright © 2014-2015 FasterXML. All Rights Reserved.