public class YAMLToJSONObjectMapper extends YAMLToObjectMapper<net.minidev.json.JSONObject> implements Mapper<net.minidev.json.JSONObject>
Mapper that loads the contents of a valid YAML Source
(e.g.: file, URL, string) as a JSONObject, using SnakeYAML.| Constructor and Description |
|---|
YAMLToJSONObjectMapper()
Builds a new YAML mapper
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationHelper<net.minidev.json.JSONObject> |
configurationHelper(net.minidev.json.JSONObject jsonObject) |
applypublic ConfigurationHelper<net.minidev.json.JSONObject> configurationHelper(net.minidev.json.JSONObject jsonObject)
configurationHelper in interface Mapper<net.minidev.json.JSONObject>configurationHelper in class YAMLToObjectMapper<net.minidev.json.JSONObject>Copyright © 2023. All rights reserved.