Class CustomizedYaml

java.lang.Object
org.yaml.snakeyaml.Yaml
org.projecthusky.common.utils.CustomizedYaml

public class CustomizedYaml extends org.yaml.snakeyaml.Yaml
The Class CustomizedYaml is just used internally in order to simplify and harmonize YAML dumps and loads.
  • Field Summary

    Fields inherited from class org.yaml.snakeyaml.Yaml

    constructor, dumperOptions, loadingConfig, representer, resolver
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.yaml.snakeyaml.Yaml
    Gets the customized yaml.

    Methods inherited from class org.yaml.snakeyaml.Yaml

    addImplicitResolver, addImplicitResolver, addTypeDescription, compose, composeAll, dump, dump, dumpAll, dumpAll, dumpAs, dumpAsMap, getName, load, load, load, loadAll, loadAll, loadAll, loadAs, loadAs, loadAs, parse, represent, serialize, serialize, setBeanAccess, setName, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CustomizedYaml

      public CustomizedYaml()
  • Method Details

    • getCustomizedYaml

      public static org.yaml.snakeyaml.Yaml getCustomizedYaml()
      Gets the customized yaml.
      Returns:
      the customized yaml