| Package | Description |
|---|---|
| code.byted.cdp.model |
| Modifier and Type | Method and Description |
|---|---|
static JsonNode.NodeTypeEnum |
JsonNode.NodeTypeEnum.fromValue(String input) |
JsonNode.NodeTypeEnum |
JsonNode.getNodeType()
Get nodeType
|
JsonNode.NodeTypeEnum |
JsonNode.NodeTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static JsonNode.NodeTypeEnum |
JsonNode.NodeTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonNode.NodeTypeEnum[] |
JsonNode.NodeTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JsonNode |
JsonNode.nodeType(JsonNode.NodeTypeEnum nodeType) |
void |
JsonNode.setNodeType(JsonNode.NodeTypeEnum nodeType) |
void |
JsonNode.NodeTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
JsonNode.NodeTypeEnum enumeration) |
Copyright © 2023. All rights reserved.