Package | Description |
---|---|
de.larssh.json.dom.children |
JSON DOM children
|
de.larssh.json.dom.values |
JSON DOM values
|
Modifier and Type | Class and Description |
---|---|
class |
JsonDomArrayChildren<T extends JsonDomValue<?>>
JSON DOM children of a JSON array.
|
class |
JsonDomObjectChildren<T extends JsonDomValue<?>>
JSON DOM children of a JSON object.
|
Modifier and Type | Method and Description |
---|---|
JsonDomChildren<GsonDomValue> |
GsonDomValue.getChildren()
Returns a map of child node names and their values.
|
JsonDomChildren<? extends JsonDomValue<T>> |
JsonDomValue.getChildren()
Returns a map of child node names and their values.
|
JsonDomChildren<JacksonDomValue> |
JacksonDomValue.getChildren()
Returns a map of child node names and their values.
|
JsonDomChildren<JakartaJsonProcessingDomValue> |
JakartaJsonProcessingDomValue.getChildren()
Returns a map of child node names and their values.
|
JsonDomChildren<JsonProcessingDomValue> |
JsonProcessingDomValue.getChildren()
Returns a map of child node names and their values.
|
Copyright © 2024. All rights reserved.