Class YamlUtil


  • public class YamlUtil
    extends Object
    Factory for Yaml instances.
    • 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)