Uses of Interface
org.apache.activemq.artemis.json.JsonValue
Packages that use JsonValue
Package
Description
-
Uses of JsonValue in org.apache.activemq.artemis.api.core
Methods in org.apache.activemq.artemis.api.core that return JsonValueMethods in org.apache.activemq.artemis.api.core with parameters of type JsonValueModifier and TypeMethodDescriptionstatic JsonObjectBuilderJsonUtil.objectBuilderWithValueAtPath(String componentPath, JsonValue componentStatus) -
Uses of JsonValue in org.apache.activemq.artemis.json
Subinterfaces of JsonValue in org.apache.activemq.artemis.jsonModifier and TypeInterfaceDescriptioninterfaceA JsonArray e.g.interfaceJsonValue which represents a number.interfaceA JsonObject, e.g.interfaceJsonValue which represents a string.Fields in org.apache.activemq.artemis.json declared as JsonValueModifier and TypeFieldDescriptionstatic final JsonValueJsonValue.FALSEA constant JsonValue for FALSEstatic final JsonValueJsonValue.NULLA constant JsonValue for null valuesstatic final JsonValueJsonValue.TRUEA constant JsonValue for TRUEMethods in org.apache.activemq.artemis.json with type parameters of type JsonValueModifier and TypeMethodDescriptionJsonArray.getValuesAs(Class<T> clazz) Returns the respective JsonValue at the given position.JsonArray.getValuesAs(Function<K, T> func) Returns aListfor the array.Methods in org.apache.activemq.artemis.json with parameters of type JsonValueModifier and TypeMethodDescriptiondefault JsonArrayBuilderJsonObjectBuilder.add(String name, BigDecimal value, JsonValue defaultValue) JsonObjectBuilder.add(String name, BigInteger value, JsonValue defaultValue) Add the given JsonValue value to the JsonObject to be created.default JsonArrayBuilder -
Uses of JsonValue in org.apache.activemq.artemis.json.impl
Classes in org.apache.activemq.artemis.json.impl that implement JsonValueModifier and TypeClassDescriptionclassclassclassclassclassMethods in org.apache.activemq.artemis.json.impl with type parameters of type JsonValueMethods in org.apache.activemq.artemis.json.impl that return JsonValueModifier and TypeMethodDescriptionJsonArrayImpl.get(int index) JsonArrayImpl.remove(int index) JsonValueImpl.wrap(javax.json.JsonValue rawValue) Methods in org.apache.activemq.artemis.json.impl that return types with arguments of type JsonValueModifier and TypeMethodDescriptionJsonObjectImpl.entrySet()JsonArrayImpl.iterator()JsonArrayImpl.listIterator()JsonArrayImpl.listIterator(int index) JsonArrayImpl.subList(int fromIndex, int toIndex) JsonObjectImpl.values()Methods in org.apache.activemq.artemis.json.impl with parameters of type JsonValueModifier and TypeMethodDescriptionvoidbooleanJsonObjectBuilderImpl.add(String name, BigDecimal value, JsonValue defaultValue) JsonObjectBuilderImpl.add(String name, BigInteger value, JsonValue defaultValue) Method parameters in org.apache.activemq.artemis.json.impl with type arguments of type JsonValueModifier and TypeMethodDescriptionbooleanJsonArrayImpl.addAll(int index, Collection<? extends JsonValue> c) booleanJsonArrayImpl.addAll(Collection<? extends JsonValue> c) void