Class YAMLToJSONObjectMapper

  • All Implemented Interfaces:
    Mapper<net.minidev.json.JSONObject>

    public class YAMLToJSONObjectMapper
    extends YAMLToObjectMapper<net.minidev.json.JSONObject>
    implements Mapper<net.minidev.json.JSONObject>
    A specialized Mapper that loads the contents of a valid YAML Source (e.g.: file, URL, string) as a JSONObject, using SnakeYAML.
    Since:
    1.1.0
    Author:
    oswaldo.bapvic.jr (Oswaldo Junior)
    • Constructor Detail

      • YAMLToJSONObjectMapper

        public YAMLToJSONObjectMapper()
        Builds a new YAML mapper