| Constructor and Description |
|---|
SimpleJsonObject() |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.json.JsonObject |
copy()
不必复制,直接使用,规避原来的copy不支持Object的问题
|
io.vertx.core.json.JsonObject |
put(String key,
Object value)
直接保存进map,规避原来的put不支持Object的问题
|
clear, containsKey, encode, encodePrettily, equals, fieldNames, getBinary, getBinary, getBoolean, getBoolean, getDouble, getDouble, getFloat, getFloat, getInstant, getInstant, getInteger, getInteger, getJsonArray, getJsonArray, getJsonObject, getJsonObject, getLong, getLong, getMap, getString, getString, getValue, getValue, hashCode, isEmpty, iterator, mapFrom, mapTo, mergeIn, mergeIn, mergeIn, put, put, put, put, put, put, put, put, put, put, put, put, putNull, readFromBuffer, remove, size, stream, toBuffer, toString, writeToBufferclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic io.vertx.core.json.JsonObject put(String key, Object value)
put in class io.vertx.core.json.JsonObjectpublic io.vertx.core.json.JsonObject copy()
copy in class io.vertx.core.json.JsonObjectCopyright © 2017–2018 The Apache Software Foundation. All rights reserved.