类的使用
org.redkale.convert.json.JsonObject
-
使用JsonObject的程序包 程序包 说明 org.redkale.convert.json 提供JSON的序列化和反解析功能org.redkale.util Redkale工具包 -
-
org.redkale.convert.json中JsonObject的使用
返回JsonObject的org.redkale.convert.json中的方法 修饰符和类型 方法 说明 JsonObject
JsonObject. append(String key, Object value)
JsonObject
JsonObject. append(String key, Collection value)
static JsonObject
JsonObject. convertFrom(char[] text)
static JsonObject
JsonObject. convertFrom(char[] text, int offset, int length)
static JsonObject
JsonObject. convertFrom(String text)
static JsonObject
JsonObject. create()
JsonObject
JsonArray. getJsonObject(int index)
JsonObject
JsonObject. getJsonObject(String key)
static JsonObject
JsonObject. of(Object bean)
JsonObject
JsonObject. putObject(String key)
-
org.redkale.util中JsonObject的使用
返回JsonObject的org.redkale.util中的方法 修饰符和类型 方法 说明 JsonObject
AnyValue. toJsonObject()
参数类型为JsonObject的org.redkale.util中的方法 修饰符和类型 方法 说明 protected static void
AnyValue. toJsonObject(JsonObject json, AnyValue conf)
-