Class JsonManager


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

      Constructors 
      Constructor Description
      JsonManager()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static void dumpJson​(java.io.OutputStream outputStream, nu.studer.java.util.OrderedProperties sortedLocalProperties, java.nio.charset.Charset sourceCharset)  
      protected static java.util.Properties readJsonProperties​(java.io.File jsonFile, java.nio.charset.Charset sourceCharset)  
      • Methods inherited from class java.lang.Object

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

      • JsonManager

        public JsonManager()
    • Method Detail

      • dumpJson

        protected static void dumpJson​(java.io.OutputStream outputStream,
                                       nu.studer.java.util.OrderedProperties sortedLocalProperties,
                                       java.nio.charset.Charset sourceCharset)
                                throws java.io.IOException
        Throws:
        java.io.IOException