public class YAMLUtils extends Object
| Constructor and Description |
|---|
YAMLUtils() |
| Modifier and Type | Method and Description |
|---|---|
Map |
loadAsMap(String path) |
void |
loadSettings(String resourcePath,
Object bean) |
Map |
loadSettings(String resourcePath,
String defaultResourcePath) |
void |
loadSettings(String resourcePath,
String defaultResourcePath,
Object bean) |
Map |
loadStringAsMap(String content) |
public Map loadSettings(String resourcePath, String defaultResourcePath) throws IOException
IOExceptionpublic Map loadAsMap(String path) throws IOException
IOExceptionCopyright © 2011–2020 Apache Software Foundation. All rights reserved.