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#TRUEor name/JsonValue#FALSEpair to the JSON object associated with this object builder.Adds a name/JsonNumberpair to the JSON object associated with this object builder.Adds a name/JsonNumberpair to the JSON object associated with this object builder.Adds a name/JsonNumberpair to the JSON object associated with this object builder.Adds a name/JsonStringpair to the JSON object associated with this object builder.JsonObjectBuilder.add(String name, BigDecimal value) Adds a name/JsonNumberpair to the JSON object associated with this object builder.JsonObjectBuilder.add(String name, BigInteger value) Adds a name/JsonNumberpair to the JSON object associated with this object builder.JsonObjectBuilder.add(String name, JsonArrayBuilder builder) Adds a name/JsonArraypair to the JSON object associated with this object builder.JsonObjectBuilder.add(String name, JsonObjectBuilder builder) Adds a name/JsonObjectpair to the JSON object associated with this object builder.Adds a name/JsonValuepair to the JSON object associated with this object builder.Adds a name/JsonValue#NULLpair to the JSON object associated with this object builder where the value isnull.static JsonObjectBuilderJson.createObjectBuilder()Creates a JSON object builderJsonBuilderFactory.createObjectBuilder()Creates aJsonObjectBuilderinstance that is used to buildJsonObject.Methods in javax.json with parameters of type JsonObjectBuilderModifier and TypeMethodDescriptionJsonArrayBuilder.add(JsonObjectBuilder builder) Adds aJsonObjectfrom an object builder to the array.JsonObjectBuilder.add(String name, JsonObjectBuilder builder) Adds a name/JsonObjectpair 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 JsonObjectBuilderJsonProvider.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) classJsonObjectBuilder 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 JsonObjectJsonReaderImpl.readObject(JsonObjectBuilder builder)