| 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, copy, encode, encodePrettily, equals, fieldNames, getBinary, getBinary, getBoolean, getBoolean, getBuffer, getBuffer, getDouble, getDouble, getFloat, getFloat, getInstant, getInstant, getInteger, getInteger, getJsonArray, getJsonArray, getJsonObject, getJsonObject, getLong, getLong, getMap, getNumber, getNumber, getString, getString, getValue, getValue, hashCode, isEmpty, iterator, mapFrom, mapTo, mergeIn, mergeIn, mergeIn, 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 interface io.vertx.core.shareddata.Shareablecopy in class io.vertx.core.json.JsonObjectCopyright © 2017–2021 The Apache Software Foundation. All rights reserved.