public class YAMLHelper
extends java.lang.Object
| Constructor and Description |
|---|
YAMLHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getStringValueFromYAML(java.lang.String yamlAsString,
java.lang.String[] fieldnames) |
static com.fasterxml.jackson.databind.JsonNode |
getValueFromYAML(java.lang.String yamlAsString,
java.lang.String[] fieldnames) |
static java.lang.String |
JSONToYAML(com.fasterxml.jackson.databind.JsonNode json) |
public static java.lang.String getStringValueFromYAML(java.lang.String yamlAsString,
java.lang.String[] fieldnames)
throws java.io.IOException
java.io.IOExceptionpublic static com.fasterxml.jackson.databind.JsonNode getValueFromYAML(java.lang.String yamlAsString,
java.lang.String[] fieldnames)
throws java.io.IOException
java.io.IOExceptionpublic static java.lang.String JSONToYAML(com.fasterxml.jackson.databind.JsonNode json)
throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingException