Class Stringifier


  • public class Stringifier
    extends Object
    Convert a object into string using pojo mechanism. The conversion is done if the method toString is used for the first time.
    Author:
    mikehummel
    • Constructor Detail

      • Stringifier

        public Stringifier​(Object in)
      • Stringifier

        public Stringifier​(Object in,
                           int level)
    • Method Detail

      • stringifyArray

        public static void stringifyArray​(Object[] in)
      • stringifyWrap

        public static Object stringifyWrap​(Object o)