BeanIO 2.0.4

org.beanio.internal.parser.format.json
Class JsonNodeUtil

java.lang.Object
  extended by 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
 

Method Detail

getTypeDescription

public static String getTypeDescription(char type,
                                        boolean array)
Returns a description for given JSON node type.

Parameters:
type - the JSON node type
array - whether the node is an array
Returns:
the description

BeanIO 2.0.4

Copyright © 2010-2013 Kevin Seim