Class Helper


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

      Constructors 
      Constructor Description
      Helper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isValidJson​(java.lang.String jsonStr)  
      static void writeYaml​(java.lang.String filename, java.io.InputStream in)  
      • Methods inherited from class java.lang.Object

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

      • Helper

        public Helper()
    • Method Detail

      • isValidJson

        public static boolean isValidJson​(java.lang.String jsonStr)
      • writeYaml

        public static void writeYaml​(java.lang.String filename,
                                     java.io.InputStream in)
                              throws java.io.IOException
        Throws:
        java.io.IOException