Uses of Interface
org.apache.activemq.artemis.json.JsonObjectBuilder
Packages that use JsonObjectBuilder
Package
Description
-
Uses of JsonObjectBuilder in org.apache.activemq.artemis.api.core
Methods in org.apache.activemq.artemis.api.core that return JsonObjectBuilderModifier and TypeMethodDescriptionstatic JsonObjectBuilderJsonUtil.objectBuilderWithValueAtPath(String componentPath, JsonValue componentStatus) Methods in org.apache.activemq.artemis.api.core with parameters of type JsonObjectBuilderModifier and TypeMethodDescriptionstatic voidJsonUtil.addToObject(String key, Object param, JsonObjectBuilder jsonObjectBuilder) -
Uses of JsonObjectBuilder in org.apache.activemq.artemis.core.config
Methods in org.apache.activemq.artemis.core.config that return JsonObjectBuilder -
Uses of JsonObjectBuilder in org.apache.activemq.artemis.core.management.impl.view
Methods in org.apache.activemq.artemis.core.management.impl.view that return JsonObjectBuilderModifier and TypeMethodDescriptionabstract JsonObjectBuilderAddressView.toJson(AddressControl address) ConnectionView.toJson(RemotingConnection connection) ConsumerView.toJson(ServerConsumer consumer) ProducerView.toJson(ServerProducer producer) QueueView.toJson(QueueControl queue) SessionView.toJson(ServerSession session) -
Uses of JsonObjectBuilder in org.apache.activemq.artemis.json
Methods in org.apache.activemq.artemis.json that return JsonObjectBuilderModifier and TypeMethodDescriptionAdd the given boolean value to the JsonObject to be created.Add the given double value to the JsonObject to be created.Add the given int value to the JsonObject to be created.Add the given long value to the JsonObject to be created.Add the given String value to the JsonObject to be created.JsonObjectBuilder.add(String name, BigDecimal value) Add the given BigDecimal value to the JsonObject to be created.JsonObjectBuilder.add(String name, BigDecimal value, JsonValue defaultValue) JsonObjectBuilder.add(String name, BigInteger value) Add the given BigInteger value to the JsonObject to be created.JsonObjectBuilder.add(String name, BigInteger value, JsonValue defaultValue) JsonObjectBuilder.add(String name, JsonArrayBuilder builder) Use the givenJsonArrayBuilderto create aJsonArraywhich will be added to the JsonObject to be created by this builder.JsonObjectBuilder.add(String name, JsonObjectBuilder builder) Use the givenJsonObjectBuilderto create aJsonObjectwhich will be added to the JsonObject to be created by this builder.Add the given JsonValue value to the JsonObject to be created.default JsonObjectBuilderJsonObjectBuilder.addAll(JsonObjectBuilder builder) Add all of the attributes of the givenJsonObjectBuilderto the current oneAdd aJsonValue.NULLvalue to the JsonObject to be created.default JsonObjectBuilderRemove the attribute with the given name from the builder.Methods in org.apache.activemq.artemis.json with parameters of type JsonObjectBuilderModifier and TypeMethodDescriptiondefault JsonArrayBuilderJsonArrayBuilder.add(int index, JsonObjectBuilder builder) JsonArrayBuilder.add(JsonObjectBuilder builder) JsonObjectBuilder.add(String name, JsonObjectBuilder builder) Use the givenJsonObjectBuilderto create aJsonObjectwhich will be added to the JsonObject to be created by this builder.default JsonObjectBuilderJsonObjectBuilder.addAll(JsonObjectBuilder builder) Add all of the attributes of the givenJsonObjectBuilderto the current onedefault JsonArrayBuilderJsonArrayBuilder.set(int index, JsonObjectBuilder builder) -
Uses of JsonObjectBuilder in org.apache.activemq.artemis.json.impl
Classes in org.apache.activemq.artemis.json.impl that implement JsonObjectBuilderMethods in org.apache.activemq.artemis.json.impl that return JsonObjectBuilderModifier and TypeMethodDescriptionJsonObjectBuilderImpl.add(String name, BigDecimal value) JsonObjectBuilderImpl.add(String name, BigDecimal value, JsonValue defaultValue) JsonObjectBuilderImpl.add(String name, BigInteger value) JsonObjectBuilderImpl.add(String name, BigInteger value, JsonValue defaultValue) JsonObjectBuilderImpl.add(String name, JsonArrayBuilder builder) JsonObjectBuilderImpl.add(String name, JsonObjectBuilder builder) Methods in org.apache.activemq.artemis.json.impl with parameters of type JsonObjectBuilderModifier and TypeMethodDescriptionJsonArrayBuilderImpl.add(JsonObjectBuilder builder) JsonObjectBuilderImpl.add(String name, JsonObjectBuilder builder) -
Uses of JsonObjectBuilder in org.apache.activemq.artemis.utils
Methods in org.apache.activemq.artemis.utils that return JsonObjectBuilder -
Uses of JsonObjectBuilder in org.apache.activemq.artemis.utils.bean
Methods in org.apache.activemq.artemis.utils.bean with parameters of type JsonObjectBuilderModifier and TypeMethodDescriptionvoidMetaBean.parseToJSON(T object, JsonObjectBuilder builder, boolean ignoreNullAttributes)