| Class | Description |
|---|---|
| Dumper | Deprecated
Dumper's functionality was moved to Yaml
|
| DumperOptions | |
| JavaBeanDumper | Deprecated
use Yaml.dumpAs(data, Tag.MAP) instead
|
| JavaBeanLoader<T> | Deprecated
use Yaml.loadAs() methods instead
|
| Loader | Deprecated
Loader's functionality was moved to Yaml
|
| LoaderOptions | Deprecated |
| TypeDescription |
Provides additional runtime information necessary to create a custom Java
instance.
|
| Yaml |
Public YAML interface.
|
| Enum | Description |
|---|---|
| DumperOptions.FlowStyle |
Block styles use indentation to denote nesting and scope within the
document.
|
| DumperOptions.LineBreak |
Platform dependent line break.
|
| DumperOptions.ScalarStyle |
YAML provides a rich set of scalar styles.
|
| DumperOptions.Version |
Specification version.
|
Copyright © 2008-2015. All Rights Reserved.