Class YamlUtils
- java.lang.Object
-
- org.starcoin.serde.format.snakeyaml.YamlUtils
-
public class YamlUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddumpToFile(Path filePath, Map<String,Object> map)static Map<String,Object>loadYamlMap(Path filePath)
-