Uses of Interface
org.apache.activemq.artemis.json.JsonArray
Packages that use JsonArray
Package
Description
-
Uses of JsonArray in org.apache.activemq.artemis.api.core
Methods in org.apache.activemq.artemis.api.core that return JsonArrayModifier and TypeMethodDescriptionstatic JsonArrayJsonUtil.readJsonArray(String jsonString) static JsonArrayJsonUtil.toJsonArray(List<String> strings) static JsonArrayJsonUtil.toJSONArray(Object[] array) Methods in org.apache.activemq.artemis.api.core with parameters of type JsonArray -
Uses of JsonArray in org.apache.activemq.artemis.api.core.management
Methods in org.apache.activemq.artemis.api.core.management that return JsonArray -
Uses of JsonArray in org.apache.activemq.artemis.cli.commands.check
Methods in org.apache.activemq.artemis.cli.commands.check that return JsonArrayModifier and TypeMethodDescriptionprotected JsonArrayClusterNodeVerifier.fetchMainTopology()protected JsonArrayClusterNodeVerifier.fetchTopology(String uri) -
Uses of JsonArray in org.apache.activemq.artemis.json
Fields in org.apache.activemq.artemis.json declared as JsonArrayModifier and TypeFieldDescriptionstatic final JsonArrayJsonValue.EMPTY_JSON_ARRAYThe empty JSON array.Methods in org.apache.activemq.artemis.json that return JsonArrayModifier and TypeMethodDescriptiondefault JsonArrayJsonValue.asJsonArray()JsonArrayBuilder.build()JsonArray.getJsonArray(int index) Returns the JsonArray at the given position.JsonObject.getJsonArray(String name) Returns the JsonArray with the given name ornullif there is no attribute with that name. -
Uses of JsonArray in org.apache.activemq.artemis.json.impl
Classes in org.apache.activemq.artemis.json.impl that implement JsonArrayMethods in org.apache.activemq.artemis.json.impl that return JsonArrayModifier and TypeMethodDescriptionJsonValueImpl.asJsonArray()JsonArrayBuilderImpl.build()JsonArrayImpl.getJsonArray(int index) JsonObjectImpl.getJsonArray(String name) -
Uses of JsonArray in org.apache.activemq.artemis.utils
Methods in org.apache.activemq.artemis.utils that return JsonArray