| Package | Description |
|---|---|
| com.github.fge.jackson |
Jackson utility classes
|
| Modifier and Type | Method and Description |
|---|---|
static NodeType |
NodeType.fromName(String name)
Given a type name, return the corresponding node type
|
static NodeType |
NodeType.getNodeType(JsonNode node)
Given a
JsonNode as an argument, return its type. |
static NodeType |
NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeType[] |
NodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013. All Rights Reserved.