add json pointer jackson helper methods

XMLWordPrintable

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Minor
    • 2.6.8
    • Affects Version/s: None
    • Component/s: None
    • None

      e.g.

          String resultCode = jsonJacksonGetStringFromJsonPointer(jsonNode, "/WsFindGroupsResults/resultMetadata/resultCode");
          
          List<Object[]> listObjectArray = jsonJacksonListObjectArrayFromJsonPointers(jsonNode, "/WsFindGroupsResults/groupResults",
              GrouperUtil.toList("/extension", "/name"));
       

            Assignee:
            Chris Hyzer (upenn.edu)
            Reporter:
            Chris Hyzer (upenn.edu)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: