|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JsonElement | |
---|---|
com.avaje.ebean.text.json | JSON formatting and parsing objects (See JsonContext). |
Uses of JsonElement in com.avaje.ebean.text.json |
---|
Classes in com.avaje.ebean.text.json that implement JsonElement | |
---|---|
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. |
Methods in com.avaje.ebean.text.json that return JsonElement | |
---|---|
JsonElement |
JsonElementObject.get(String key)
|
JsonElement |
JsonElementObject.getValue(String key)
|
Methods in com.avaje.ebean.text.json that return types with arguments of type JsonElement | |
---|---|
Set<Map.Entry<String,JsonElement>> |
JsonElementObject.entrySet()
|
List<JsonElement> |
JsonElementArray.getValues()
|
Methods in com.avaje.ebean.text.json with parameters of type JsonElement | |
---|---|
void |
JsonElementArray.add(JsonElement value)
|
void |
JsonElementObject.put(String key,
JsonElement value)
|
Method parameters in com.avaje.ebean.text.json with type arguments of type JsonElement | |
---|---|
void |
JsonReadBeanVisitor.visit(T bean,
Map<String,JsonElement> unmapped)
Visit the bean that has just been processed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |