public class JacksonYAMLToJsonNodeMapper extends JacksonYAMLToObjectMapper<com.fasterxml.jackson.databind.JsonNode> implements Mapper<com.fasterxml.jackson.databind.JsonNode>
Mapper that loads the contents of a valid YAML Source
(e.g.: file, URL, string) and converts it into a JsonNode, using Jackson's
YAMLMapper.
Additional details may be found at Jackson's official documentation.
| Constructor and Description |
|---|
JacksonYAMLToJsonNodeMapper()
Builds a new YAML-to-JSON mapper.
|
applyconfigurationHelperequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, configurationHelperCopyright © 2021. All rights reserved.