| Package | Description |
|---|---|
| javax.json | |
| javax.json.spi | |
| javax.json.stream |
| Modifier and Type | Field and Description |
|---|---|
static JsonObject |
JsonValue.EMPTY_JSON_OBJECT
The empty JSON object.
|
| Modifier and Type | Method and Description |
|---|---|
default JsonObject |
JsonValue.asJsonObject() |
JsonObject |
JsonObjectBuilder.build() |
JsonObject |
JsonArray.getJsonObject(int index) |
JsonObject |
JsonObject.getJsonObject(String name) |
JsonObject |
JsonReader.readObject() |
| Modifier and Type | Method and Description |
|---|---|
default JsonObjectBuilder |
JsonBuilderFactory.createObjectBuilder(JsonObject initialData)
Create a JsonObjectBuilder filled with the given initial data.
|
static JsonObjectBuilder |
Json.createObjectBuilder(JsonObject object)
Creates a JSON object builder, initialized with the specified JsonObject.
|
void |
JsonWriter.writeObject(JsonObject object) |
| Modifier and Type | Method and Description |
|---|---|
JsonObjectBuilder |
JsonProvider.createObjectBuilder(JsonObject jsonObject)
Creates a JSON object builder, initialized with the specified JsonObject.
|
| Modifier and Type | Method and Description |
|---|---|
default JsonObject |
JsonParser.getObject() |
| Modifier and Type | Method and Description |
|---|---|
static Collector<JsonValue,Map<String,JsonArrayBuilder>,JsonObject> |
JsonCollectors.groupingBy(Function<JsonValue,String> classifier) |
static <T extends JsonArrayBuilder> |
JsonCollectors.groupingBy(Function<JsonValue,String> classifier,
Collector<JsonValue,T,JsonArray> downstream) |
static Collector<Map.Entry<String,JsonValue>,JsonObjectBuilder,JsonObject> |
JsonCollectors.toJsonObject() |
static Collector<JsonValue,JsonObjectBuilder,JsonObject> |
JsonCollectors.toJsonObject(Function<JsonValue,String> keyMapper,
Function<JsonValue,JsonValue> valueMapper) |
| Modifier and Type | Method and Description |
|---|---|
JsonParser |
JsonParserFactory.createParser(JsonObject obj) |
Copyright © 2003–2020 The Apache Software Foundation. All rights reserved.