Uses of Interface
org.apache.activemq.artemis.json.JsonObject
-
-
Uses of JsonObject in org.apache.activemq.artemis.api.core
Methods in org.apache.activemq.artemis.api.core that return JsonObject Modifier and Type Method Description static JsonObjectJsonUtil. readJsonObject(String jsonString)JsonObjectTransportConfiguration. toJson()static JsonObjectJsonUtil. toJsonObject(Map<String,?> map) -
Uses of JsonObject in org.apache.activemq.artemis.core.security
Methods in org.apache.activemq.artemis.core.security that return JsonObject Modifier and Type Method Description JsonObjectRole. toJson() -
Uses of JsonObject in org.apache.activemq.artemis.core.transaction
Methods in org.apache.activemq.artemis.core.transaction that return JsonObject Modifier and Type Method Description JsonObjectTransactionDetail. toJSON() -
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(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(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(Reader reader)
-