Uses of Interface
org.apache.activemq.artemis.json.JsonObjectBuilder
-
Packages that use JsonObjectBuilder Package Description org.apache.activemq.artemis.json org.apache.activemq.artemis.json.impl org.apache.activemq.artemis.utils -
-
Uses of JsonObjectBuilder in org.apache.activemq.artemis.json
Methods in org.apache.activemq.artemis.json that return JsonObjectBuilder Modifier and Type Method Description JsonObjectBuilderJsonObjectBuilder. add(java.lang.String name, boolean value)Add the given boolean value to the JsonObject to be created.JsonObjectBuilderJsonObjectBuilder. add(java.lang.String name, double value)Add the given double value to the JsonObject to be created.JsonObjectBuilderJsonObjectBuilder. add(java.lang.String name, int value)Add the given int value to the JsonObject to be created.JsonObjectBuilderJsonObjectBuilder. add(java.lang.String name, long value)Add the given long value to the JsonObject to be created.JsonObjectBuilderJsonObjectBuilder. add(java.lang.String name, java.lang.String value)Add the given String value to the JsonObject to be created.JsonObjectBuilderJsonObjectBuilder. add(java.lang.String name, java.lang.String value, JsonValue defaultValue)JsonObjectBuilderJsonObjectBuilder. add(java.lang.String name, java.math.BigDecimal value)Add the given BigDecimal value to the JsonObject to be created.JsonObjectBuilderJsonObjectBuilder. add(java.lang.String name, java.math.BigDecimal value, JsonValue defaultValue)JsonObjectBuilderJsonObjectBuilder. add(java.lang.String name, java.math.BigInteger value)Add the given BigInteger value to the JsonObject to be created.JsonObjectBuilderJsonObjectBuilder. add(java.lang.String name, java.math.BigInteger value, JsonValue defaultValue)JsonObjectBuilderJsonObjectBuilder. add(java.lang.String name, JsonArrayBuilder builder)Use the givenJsonArrayBuilderto create aJsonArraywhich will be added to the JsonObject to be created by this builder.JsonObjectBuilderJsonObjectBuilder. add(java.lang.String name, JsonObjectBuilder builder)Use the givenJsonObjectBuilderto create aJsonObjectwhich will be added to the JsonObject to be created by this builder.JsonObjectBuilderJsonObjectBuilder. add(java.lang.String name, JsonValue value)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 oneJsonObjectBuilderJsonObjectBuilder. addNull(java.lang.String name)Add aJsonValue.NULLvalue to the JsonObject to be created.default JsonObjectBuilderJsonObjectBuilder. remove(java.lang.String name)Remove the attribute with the given name from the builder.Methods in org.apache.activemq.artemis.json with parameters of type JsonObjectBuilder Modifier and Type Method Description default JsonArrayBuilderJsonArrayBuilder. add(int index, JsonObjectBuilder builder)JsonArrayBuilderJsonArrayBuilder. add(JsonObjectBuilder builder)JsonObjectBuilderJsonObjectBuilder. add(java.lang.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 JsonObjectBuilder Modifier and Type Class Description classJsonObjectBuilderImplMethods in org.apache.activemq.artemis.json.impl that return JsonObjectBuilder Modifier and Type Method Description JsonObjectBuilderJsonObjectBuilderImpl. add(java.lang.String name, boolean value)JsonObjectBuilderJsonObjectBuilderImpl. add(java.lang.String name, double value)JsonObjectBuilderJsonObjectBuilderImpl. add(java.lang.String name, int value)JsonObjectBuilderJsonObjectBuilderImpl. add(java.lang.String name, long value)JsonObjectBuilderJsonObjectBuilderImpl. add(java.lang.String name, java.lang.String value)JsonObjectBuilderJsonObjectBuilderImpl. add(java.lang.String name, java.lang.String value, JsonValue defaultValue)JsonObjectBuilderJsonObjectBuilderImpl. add(java.lang.String name, java.math.BigDecimal value)JsonObjectBuilderJsonObjectBuilderImpl. add(java.lang.String name, java.math.BigDecimal value, JsonValue defaultValue)JsonObjectBuilderJsonObjectBuilderImpl. add(java.lang.String name, java.math.BigInteger value)JsonObjectBuilderJsonObjectBuilderImpl. add(java.lang.String name, java.math.BigInteger value, JsonValue defaultValue)JsonObjectBuilderJsonObjectBuilderImpl. add(java.lang.String name, JsonArrayBuilder builder)JsonObjectBuilderJsonObjectBuilderImpl. add(java.lang.String name, JsonObjectBuilder builder)JsonObjectBuilderJsonObjectBuilderImpl. add(java.lang.String name, JsonValue value)JsonObjectBuilderJsonObjectBuilderImpl. addNull(java.lang.String name)JsonObjectBuilderJsonObjectBuilderImpl. remove(java.lang.String name)Methods in org.apache.activemq.artemis.json.impl with parameters of type JsonObjectBuilder Modifier and Type Method Description JsonArrayBuilderJsonArrayBuilderImpl. add(JsonObjectBuilder builder)JsonObjectBuilderJsonObjectBuilderImpl. add(java.lang.String name, JsonObjectBuilder builder) -
Uses of JsonObjectBuilder in org.apache.activemq.artemis.utils
Methods in org.apache.activemq.artemis.utils that return JsonObjectBuilder Modifier and Type Method Description static JsonObjectBuilderJsonLoader. createObjectBuilder()
-