| Package | Description |
|---|---|
| com.avaje.ebean.text.json |
JSON formatting and parsing objects (See JsonContext).
|
| com.avaje.ebeaninternal.server.text.json |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonElementArray
JSON Array element.
|
class |
JsonElementBoolean
JSON boolean element.
|
class |
JsonElementNull
JSON null element.
|
class |
JsonElementNumber
JSON number element.
|
class |
JsonElementObject
JSON Object element.
|
class |
JsonElementString
JSON string element.
|
| Modifier and Type | Method and Description |
|---|---|
JsonElement |
JsonElementObject.get(String key) |
JsonElement |
JsonElementObject.getValue(String key) |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<String,JsonElement>> |
JsonElementObject.entrySet() |
List<JsonElement> |
JsonElementArray.getValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonElementArray.add(JsonElement value) |
void |
JsonElementObject.put(String key,
JsonElement value) |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonReadBeanVisitor.visit(T bean,
Map<String,JsonElement> unmapped)
Visit the bean that has just been processed.
|
| Modifier and Type | Method and Description |
|---|---|
static JsonElement |
InternalJsonParser.parse(Reader s) |
static JsonElement |
InternalJsonParser.parse(String s) |
static JsonElement |
ReadJsonRawReader.readJsonElement(ReadJsonInterface ctx) |
JsonElement |
ReadJsonContext.readUnmappedJson(String key)
Got a key that doesn't map to a known property so read the json value
which could be json primitive, object or array.
|
Copyright © 2014. All Rights Reserved.