| Modifier and Type | Method and Description |
|---|---|
JsonMapObject |
JsonMapObjectReaderWriter.fromJsonToJsonObject(InputStream is) |
JsonMapObject |
JsonMapObjectReaderWriter.fromJsonToJsonObject(String json) |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonMapObjectReaderWriter.fromJson(JsonMapObject obj,
String json) |
String |
JsonMapObjectReaderWriter.toJson(JsonMapObject obj) |
void |
JsonMapObjectReaderWriter.toJson(JsonMapObject obj,
OutputStream os) |
Apache CXF