Class JsonQueryUtils


  • public class JsonQueryUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonQueryUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.ArrayList<com.fasterxml.jackson.databind.JsonNode> applyToArrayList​(Expression expr, Scope scope, com.fasterxml.jackson.databind.JsonNode in)  
      static com.fasterxml.jackson.databind.node.ArrayNode applyToArrayNode​(Expression expr, Scope scope, com.fasterxml.jackson.databind.JsonNode in)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsonQueryUtils

        public JsonQueryUtils()