fromYaml static method
Implementation
static ProjectConfig fromYaml(String yaml) {
return ProjectConfigMapper.fromMap(converYamlToMap(yaml));
}
static ProjectConfig fromYaml(String yaml) {
return ProjectConfigMapper.fromMap(converYamlToMap(yaml));
}