Class YamlUtil


  • public class YamlUtil
    extends Object
    Factory for Yaml instances.
    • Constructor Summary

      Constructors 
      Constructor Description
      YamlUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Yaml getSafeYaml()  
      static Yaml getSafeYaml​(DumperOptions dumperOptions)  
      static Yaml getSafeYaml​(Representer representer, DumperOptions dumperOptions)  
      • Methods inherited from class Object

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

      • YamlUtil

        public YamlUtil()
    • Method Detail

      • getSafeYaml

        public static Yaml getSafeYaml()
      • getSafeYaml

        public static Yaml getSafeYaml​(DumperOptions dumperOptions)
      • getSafeYaml

        public static Yaml getSafeYaml​(Representer representer,
                                       DumperOptions dumperOptions)