All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
protected void |
_closeChild() |
protected Map<String,Object> |
_finish() |
protected MapComposer<PARENT> |
_start() |
protected Map<String,Object> |
constructMap() |
PARENT |
end() |
Map<String,Object> |
finish() |
void |
flush() |
MapComposer<PARENT> |
put(String fieldName,
boolean value) |
MapComposer<PARENT> |
put(String fieldName,
CharSequence value) |
MapComposer<PARENT> |
put(String fieldName,
double value) |
MapComposer<PARENT> |
put(String fieldName,
int value) |
MapComposer<PARENT> |
put(String fieldName,
long value) |
MapComposer<PARENT> |
put(String fieldName,
String value) |
MapComposer<PARENT> |
putNull(String fieldName) |
static MapComposer<?> |
rootComposer(Map<String,Object> map) |
CollectionComposer<MapComposer<PARENT>,?> |
startArrayField(SerializableString fieldName) |
CollectionComposer<MapComposer<PARENT>,?> |
startArrayField(String fieldName) |
MapComposer<MapComposer<PARENT>> |
startObjectField(SerializableString fieldName) |
MapComposer<MapComposer<PARENT>> |
startObjectField(String fieldName) |