Package org.projecthusky.common.utils
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic 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
-
Constructor Details
-
CustomizedYaml
public CustomizedYaml()
-
-
Method Details
-
getCustomizedYaml
public static org.yaml.snakeyaml.Yaml getCustomizedYaml()Gets the customized yaml.- Returns:
- the customized yaml
-