Uploaded image for project: '[Read Only] - Hippo Repository'
  1. [Read Only] - Hippo Repository
  2. REPO-1781

Provide simple yaml parser for load and map unconstrained yaml configuration files to standard Java objects

    XMLWordPrintable

Details

    • Improvement
    • Status: Closed
    • Normal
    • Resolution: Fixed
    • None
    • 5.0.1
    • None
    • None

    Description

      Contrived intended simple usage:

          PlainYamlObject pyo = new PlainYamlObject("map:\n" +
                                                    "  list:\n" +
                                                    "    - foo\n" +
                                                    "    - bar\n");
          Map rootMap = pyo.asMap().get();
          Map map = pyo.asMap("map").get();
          List list = pyo.asList("map/list").get();
      

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            adouma Ate Douma
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: