Class JsonNodeUtil


  • public class JsonNodeUtil
    extends java.lang.Object
    Utility class for working with a JsonNode.
    Since:
    2.0
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.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 java.lang.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