| Modifier and Type | Method and Description |
|---|---|
JsonType |
JsonValue.getType()
Returns an enumeration representing the fundamental JSON type.
|
JsonType |
JsonString.getType() |
JsonType |
JsonObject.getType() |
JsonType |
JsonNumber.getType() |
JsonType |
JsonNull.getType() |
JsonType |
JsonBoolean.getType() |
JsonType |
JsonArray.getType() |
static JsonType |
JsonType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonType[] |
JsonType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017–2020 JBoss by Red Hat. All rights reserved.