Uses of Class
com.couchbase.columnar.client.java.json.JsonObject
Packages that use JsonObject
-
Uses of JsonObject in com.couchbase.columnar.client.java.json
Methods in com.couchbase.columnar.client.java.json that return JsonObjectModifier and TypeMethodDescriptionstatic JsonObjectJsonObject.create()Creates an emptyJsonObject.static JsonObjectJsonObject.create(int initialCapacity) Creates an emptyJsonObject.static JsonObjectConstructs aJsonObjectfrom aMap<String, ?>.static JsonObjectJsonObject.fromJson(byte[] jsonObject) static JsonObjectStatic method to create aJsonObjectfrom a JSONString.@Nullable JsonObjectJsonArray.getObject(int index) Retrieves the value by the position in theJsonArrayand casts it toJsonObject.@Nullable JsonObjectRetrieves the value from the field name and casts it toJsonObject.Stores aBooleanvalue identified by the field name.Stores aDoublevalue identified by the field name.Stores aIntegervalue identified by the field name.Stores aLongvalue identified by the field name.Stores aJsonArrayvalue identified by the field name.JsonObject.put(String name, @Nullable JsonObject value) Stores aJsonObjectvalue identified by the field name.Stores aNumbervalue identified by the field name.Stores aObjectvalue identified by the field name.Stores aStringvalue identified by the field name.Stores aJsonArrayvalue identified by the field name.Attempt to convert aMapto aJsonObjectvalue and store it, identified by the field name.Store a null value identified by the field's name.Removes an entry from theJsonObject.Methods in com.couchbase.columnar.client.java.json with parameters of type JsonObjectModifier and TypeMethodDescriptionJsonArray.add(@Nullable JsonObject value) Append anJsonObjectelement to theJsonArray.JsonObject.put(String name, @Nullable JsonObject value) Stores aJsonObjectvalue identified by the field name.