Class YamlUtil

Object
YamlUtil

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

    • YamlUtil

      public YamlUtil()
  • Method Details

    • getSafeYaml

      public static Yaml getSafeYaml()
    • getSafeYaml

      public static Yaml getSafeYaml(DumperOptions dumperOptions)
    • getSafeYaml

      public static Yaml getSafeYaml(Representer representer, DumperOptions dumperOptions)