public interface MapWriter extends MapSerializable, NavigableObject
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | MapWriter.EntryWriterAn interface to push one entry at a time to the output. | 
| Modifier and Type | Method and Description | 
|---|---|
| default String | jsonStr() | 
| default Map | toMap(Map<String,Object> map)Use the passed map to minimize object creation. | 
| void | writeMap(MapWriter.EntryWriter ew) | 
_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr, _sizedefault String jsonStr()
default Map toMap(Map<String,Object> map)
MapSerializabletoMap in interface MapSerializablevoid writeMap(MapWriter.EntryWriter ew) throws IOException
IOExceptionCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.