| Modifier and Type | Interface and Description |
|---|---|
interface |
JsonArray
Represents a
Json array, "[]". |
interface |
JsonObject
Represents a
Json object, "{}". |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonArrayDefault
JsonArray implementation. |
class |
JsonObjectArrayBase
Base class for both JsonObject and JsonArray.
|
class |
JsonObjectDefault
JsonObject implementation. |
| Modifier and Type | Method and Description |
|---|---|
JsonObjectOrArray |
JsonObjectOrArray.clear()
Clears all elements.
|
JsonObjectOrArray |
JsonObjectOrArray.clone(boolean mutable)
Clone the object.
|
abstract JsonObjectOrArray |
JsonObjectArrayBase.clone(boolean mutable)
Clone the object.
|
protected JsonObjectOrArray |
JsonObjectArrayBase.put(String jsonPath,
Object element,
boolean clone,
boolean parseJsonPath) |
protected abstract JsonObjectOrArray |
JsonObjectArrayBase.putAsIs(String key,
Object element) |
JsonObjectOrArray |
JsonObjectOrArray.remove(String jsonPath)
Removes an element at
JsonPath. |
JsonObjectOrArray |
JsonObjectOrArray.set(String jsonPath,
Object element)
Sets an element at the specified
JsonPath. |
JsonObjectOrArray |
JsonObjectArrayBase.set(String jsonPath,
Object element) |
JsonObjectOrArray |
JsonObjectOrArray.set(String jsonPath,
Object element,
boolean clone)
Sets an element at the specified
JsonPath. |
JsonObjectOrArray |
JsonObjectArrayBase.set(String jsonPath,
Object element,
boolean clone) |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonPathUtilsDefault.putElementAtJsonPath(JsonObjectOrArray root,
String jsonPath,
Object valueToAdd) |
void |
JsonPathUtils.putElementAtJsonPath(JsonObjectOrArray root,
String jsonPath,
Object elementToAdd)
Puts an element in the object at the specified
JsonPath
position. |
void |
JsonManager.putElementAtJsonPath(JsonObjectOrArray obj,
String jsonPath,
Object element)
Puts an element in the object at the specified
JsonPath. |
void |
JsonManager.putElementAtJsonPath(JsonObjectOrArray obj,
String jsonPath,
Object element,
boolean clone)
Puts a clone of the element in the object at the
specified
JsonPath. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Form
Specialized
JsonObject that is also a
ValidationSet to store validations. |
| Modifier and Type | Class and Description |
|---|---|
class |
FormDefault |
| Modifier and Type | Class and Description |
|---|---|
class |
ValidationSetSimple |
| Modifier and Type | Method and Description |
|---|---|
void |
SpincastGsonManager.putElementAtJsonPath(JsonObjectOrArray objOrArray,
String jsonPath,
Object value) |
void |
SpincastGsonManager.putElementAtJsonPath(JsonObjectOrArray objOrArray,
String jsonPath,
Object value,
boolean clone) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpincastJsonManager.putElementAtJsonPath(JsonObjectOrArray objOrArray,
String jsonPath,
Object value) |
void |
SpincastJsonManager.putElementAtJsonPath(JsonObjectOrArray objOrArray,
String jsonPath,
Object value,
boolean clone) |
| Modifier and Type | Interface and Description |
|---|---|
protected static interface |
SpincastXmlManager.JsonArrayMixIn |
protected static interface |
SpincastXmlManager.JsonObjectMixIn |
Copyright © 2019. All rights reserved.