Package org.geotools.ysld
Class YamlUtil
Object
YamlUtil
Factory for Yaml instances.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Yaml
static Yaml
getSafeYaml
(DumperOptions dumperOptions) static Yaml
getSafeYaml
(Representer representer, DumperOptions dumperOptions)
-
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)
-