Class Util


  • public class Util
    extends Object
    Author:
    Michiel Meeuwissen
    • Method Detail

      • getJsonParser

        public static com.fasterxml.jackson.core.JsonParser getJsonParser​(InputStream in)
      • getJsonParser

        public static com.fasterxml.jackson.core.JsonParser getJsonParser​(Reader in)
      • getJsonParser

        public static com.fasterxml.jackson.core.JsonParser getJsonParser​(String string)
                                                                   throws IOException
        Throws:
        IOException
      • write

        public static void write​(Object map,
                                 Writer writer)
      • setJsonParserOptions

        protected static void setJsonParserOptions​(com.fasterxml.jackson.core.JsonParser jp)
      • getJsonFactory

        public static com.fasterxml.jackson.core.JsonFactory getJsonFactory()