类的使用
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中的方法 修饰符和类型 方法 说明 JsonObjectJsonObject. append(String key, Object value)JsonObjectJsonObject. append(String key, Collection value)static JsonObjectJsonObject. convertFrom(char[] text)static JsonObjectJsonObject. convertFrom(char[] text, int offset, int length)static JsonObjectJsonObject. convertFrom(String text)static JsonObjectJsonObject. create()JsonObjectJsonArray. getJsonObject(int index)JsonObjectJsonObject. getJsonObject(String key)static JsonObjectJsonObject. of(Object bean)JsonObjectJsonObject. putObject(String key) -
org.redkale.util中JsonObject的使用
返回JsonObject的org.redkale.util中的方法 修饰符和类型 方法 说明 JsonObjectAnyValue. toJsonObject()参数类型为JsonObject的org.redkale.util中的方法 修饰符和类型 方法 说明 protected static voidAnyValue. toJsonObject(JsonObject json, AnyValue conf)
-