Uses of Interface
org.apache.activemq.artemis.json.JsonObject
-
Packages that use JsonObject Package Description org.apache.activemq.artemis.json org.apache.activemq.artemis.json.impl org.apache.activemq.artemis.utils -
-
Uses of JsonObject in org.apache.activemq.artemis.json
Fields in org.apache.activemq.artemis.json declared as JsonObject Modifier and Type Field Description static JsonObjectJsonValue. EMPTY_JSON_OBJECTThe empty JSON object.Methods in org.apache.activemq.artemis.json that return JsonObject Modifier and Type Method Description default JsonObjectJsonValue. asJsonObject()JsonObjectJsonObjectBuilder. build()JsonObjectJsonArray. getJsonObject(int index)JsonObjectJsonObject. getJsonObject(java.lang.String name) -
Uses of JsonObject in org.apache.activemq.artemis.json.impl
Classes in org.apache.activemq.artemis.json.impl that implement JsonObject Modifier and Type Class Description classJsonObjectImplMethods in org.apache.activemq.artemis.json.impl that return JsonObject Modifier and Type Method Description JsonObjectJsonValueImpl. asJsonObject()JsonObjectJsonObjectBuilderImpl. build()JsonObjectJsonArrayImpl. getJsonObject(int index)JsonObjectJsonObjectImpl. getJsonObject(java.lang.String name) -
Uses of JsonObject in org.apache.activemq.artemis.utils
Methods in org.apache.activemq.artemis.utils that return JsonObject Modifier and Type Method Description static JsonObjectJsonLoader. readObject(java.io.Reader reader)
-