public class YamlLoader extends Object
| 构造器和说明 |
|---|
YamlLoader() |
public static org.yaml.snakeyaml.Yaml yaml()
public static <T> T yamlLoad(InputStream inputStream, Class<T> clazz) throws IOException
IOExceptionpublic static <T> T yamlLoad(String content, Class<T> clazz) throws IOException
IOExceptionCopyright © 2023 Pivotal Software, Inc.. All rights reserved.