| Package | Description |
|---|---|
| javax.json |
Provides an object model API to process JSON.
|
| org.glassfish.json.jaxrs |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
JsonArray |
JsonArray represents an immutable JSON array
(an ordered sequence of zero or more values). |
interface |
JsonObject |
JsonObject class represents an immutable JSON object value
(an unordered collection of zero or more name/value pairs). |
| Modifier and Type | Method | Description |
|---|---|---|
JsonStructure |
JsonReader.read() |
Returns a JSON array or object that is represented in
the input source.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
JsonWriter.write(JsonStructure value) |
| Modifier and Type | Method | Description |
|---|---|---|
JsonStructure |
JsonStructureBodyReader.readFrom(Class<JsonStructure> jsonStructureClass,
Type type,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,String> stringStringMultivaluedMap,
InputStream inputStream) |
| Modifier and Type | Method | Description |
|---|---|---|
long |
JsonStructureBodyWriter.getSize(JsonStructure jsonStructure,
Class<?> aClass,
Type type,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
|
void |
JsonStructureBodyWriter.writeTo(JsonStructure jsonStructure,
Class<?> aClass,
Type type,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> stringObjectMultivaluedMap,
OutputStream outputStream) |
| Modifier and Type | Method | Description |
|---|---|---|
JsonStructure |
JsonStructureBodyReader.readFrom(Class<JsonStructure> jsonStructureClass,
Type type,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,String> stringStringMultivaluedMap,
InputStream inputStream) |
Copyright © 2019 Oracle. All rights reserved.