public final class YamlEngine extends Object
| Constructor and Description |
|---|
YamlEngine() |
| Modifier and Type | Method and Description |
|---|---|
static String |
marshal(Object value)
Marshal YAML.
|
static <T> T |
unmarshal(String yamlContent,
Class<T> classType)
Unmarshal YAML.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.