org.beanio.internal.parser.format.json
Class JsonNodeUtil
java.lang.Object
org.beanio.internal.parser.format.json.JsonNodeUtil
public class JsonNodeUtil
- extends Object
Utility class for working with a JsonNode
.
- Since:
- 2.0
- Author:
- Kevin Seim
Method Summary |
static String |
getTypeDescription(char type,
boolean array)
Returns a description for given JSON node type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getTypeDescription
public static String getTypeDescription(char type,
boolean array)
- Returns a description for given JSON node type.
- Parameters:
type
- the JSON node typearray
- whether the node is an array
- Returns:
- the description
Copyright © 2010-2013 Kevin Seim