Package | Description |
---|---|
de.larssh.json.dom |
DOM implementation for JSON
|
de.larssh.json.dom.values |
JSON DOM values
|
Modifier and Type | Method and Description |
---|---|
static JsonDomType |
JsonDomType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonDomType[] |
JsonDomType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JsonDomType |
GsonDomValue.getType()
Returns the JSON elements value type.
|
JsonDomType |
JsonDomValue.getType()
Returns the JSON elements value type.
|
JsonDomType |
JacksonDomValue.getType()
Returns the JSON elements value type.
|
JsonDomType |
JakartaJsonProcessingDomValue.getType()
Returns the JSON elements value type.
|
JsonDomType |
JsonProcessingDomValue.getType()
Returns the JSON elements value type.
|
Copyright © 2024. All rights reserved.