T
- implementation specific JSON element typepublic interface JsonDomValue<T>
Modifier and Type | Method and Description |
---|---|
JsonDomChildren<? extends JsonDomValue<T>> |
getChildren()
Returns a map of child node names and their values.
|
T |
getJsonElement()
Returns the implementation specific JSON element.
|
String |
getTextValue()
Returns the text value.
|
JsonDomType |
getType()
Returns the JSON elements value type.
|
JsonDomChildren<? extends JsonDomValue<T>> getChildren()
For JSON objects and arrays a map of keys to wrapped values should be returned. For other JSON elements an empty map should be returned.
T getJsonElement()
String getTextValue()
For JSON strings this is the string value without quotes. For other JSON elements it is their JSON representation.
JsonDomType getType()
Copyright © 2024. All rights reserved.