Uses of Interface
javax.json.JsonObjectBuilder
Packages that use JsonObjectBuilder
Package
Description
Provides an object model API to process JSON.
Service Provider Interface (SPI) to plug in implementations for
JSON processing objects.
-
Uses of JsonObjectBuilder in javax.json
Methods in javax.json that return JsonObjectBuilderModifier and TypeMethodDescriptionAdds a name/JsonValue#TRUE
or name/JsonValue#FALSE
pair to the JSON object associated with this object builder.Adds a name/JsonNumber
pair to the JSON object associated with this object builder.Adds a name/JsonNumber
pair to the JSON object associated with this object builder.Adds a name/JsonNumber
pair to the JSON object associated with this object builder.Adds a name/JsonString
pair to the JSON object associated with this object builder.JsonObjectBuilder.add
(String name, BigDecimal value) Adds a name/JsonNumber
pair to the JSON object associated with this object builder.JsonObjectBuilder.add
(String name, BigInteger value) Adds a name/JsonNumber
pair to the JSON object associated with this object builder.JsonObjectBuilder.add
(String name, JsonArrayBuilder builder) Adds a name/JsonArray
pair to the JSON object associated with this object builder.JsonObjectBuilder.add
(String name, JsonObjectBuilder builder) Adds a name/JsonObject
pair to the JSON object associated with this object builder.Adds a name/JsonValue
pair to the JSON object associated with this object builder.Adds a name/JsonValue#NULL
pair to the JSON object associated with this object builder where the value isnull
.static JsonObjectBuilder
Json.createObjectBuilder()
Creates a JSON object builderJsonBuilderFactory.createObjectBuilder()
Creates aJsonObjectBuilder
instance that is used to buildJsonObject
.Methods in javax.json with parameters of type JsonObjectBuilderModifier and TypeMethodDescriptionJsonArrayBuilder.add
(JsonObjectBuilder builder) Adds aJsonObject
from an object builder to the array.JsonObjectBuilder.add
(String name, JsonObjectBuilder builder) Adds a name/JsonObject
pair to the JSON object associated with this object builder. -
Uses of JsonObjectBuilder in javax.json.spi
Methods in javax.json.spi that return JsonObjectBuilderModifier and TypeMethodDescriptionabstract JsonObjectBuilder
JsonProvider.createObjectBuilder()
Creates a JSON object builder -
Uses of JsonObjectBuilder in org.glassfish.json
Classes in org.glassfish.json that implement JsonObjectBuilderModifier and TypeClassDescription(package private) class
JsonObjectBuilder implMethods in org.glassfish.json that return JsonObjectBuilderModifier and TypeMethodDescriptionJsonObjectBuilderImpl.add
(String name, BigDecimal value) JsonObjectBuilderImpl.add
(String name, BigInteger value) JsonObjectBuilderImpl.add
(String name, JsonArrayBuilder builder) JsonObjectBuilderImpl.add
(String name, JsonObjectBuilder builder) JsonBuilderFactoryImpl.createObjectBuilder()
JsonProviderImpl.createObjectBuilder()
Methods in org.glassfish.json with parameters of type JsonObjectBuilderModifier and TypeMethodDescriptionJsonArrayBuilderImpl.add
(JsonObjectBuilder builder) JsonObjectBuilderImpl.add
(String name, JsonObjectBuilder builder) private JsonObject
JsonReaderImpl.readObject
(JsonObjectBuilder builder)