All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method |
Description |
protected void |
_closeChild() |
|
protected C |
_finish() |
|
protected CollectionComposer<PARENT,C> |
_start() |
|
CollectionComposer<PARENT,C> |
add(boolean value) |
|
CollectionComposer<PARENT,C> |
add(double value) |
|
CollectionComposer<PARENT,C> |
add(int value) |
|
CollectionComposer<PARENT,C> |
add(long value) |
|
CollectionComposer<PARENT,C> |
add(CharSequence value) |
|
CollectionComposer<PARENT,C> |
add(String value) |
|
CollectionComposer<PARENT,C> |
addNull() |
|
CollectionComposer<PARENT,C> |
addObject(Object pojo) |
Method used to add Java Object ("POJO") into sequence being
composed: this requires that the underlying JsonGenerator
has a properly configured ObjectCodec
to use for serializer object.
|
protected C |
constructCollection() |
|
PARENT |
end() |
|
C |
finish() |
|
void |
flush() |
|
static <T extends Collection<Object>> CollectionComposer<?,T> |
rootComposer(T coll) |
|
CollectionComposer<CollectionComposer<PARENT,C>,?> |
startArray() |
|
MapComposer<CollectionComposer<PARENT,C>> |
startObject() |
|