Package jtdog.file

Class JSONWriter


  • public class JSONWriter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JSONWriter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void writeJSONFile​(java.lang.Object obj, java.lang.String dirPath, java.lang.String fileName, boolean mixIn)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JSONWriter

        public JSONWriter()
    • Method Detail

      • writeJSONFile

        public void writeJSONFile​(java.lang.Object obj,
                                  java.lang.String dirPath,
                                  java.lang.String fileName,
                                  boolean mixIn)
                           throws com.fasterxml.jackson.core.JsonGenerationException,
                                  com.fasterxml.jackson.databind.JsonMappingException,
                                  java.io.IOException
        Throws:
        com.fasterxml.jackson.core.JsonGenerationException
        com.fasterxml.jackson.databind.JsonMappingException
        java.io.IOException