类 JsonPath

    • 字段详细资料

      • size

        protected int size
    • 构造器详细资料

      • JsonPath

        protected JsonPath()
      • JsonPath

        protected JsonPath​(boolean filterPath)
    • 方法详细资料

      • match

        public boolean match​(JsonPath jsonPath)
      • matchWithDeepScan

        public boolean matchWithDeepScan​(JsonPath jsonPath)
      • matchFilterPath

        public boolean matchFilterPath​(JsonPath jsonPath,
                                       int startDepth)
      • matchFilterPathUntilDepth

        public boolean matchFilterPathUntilDepth​(JsonPath jsonPath,
                                                 int startDepth)
      • derivePath

        public JsonPath derivePath​(int depth)
      • pop

        protected void pop()
      • pathDepth

        public int pathDepth()
      • clear

        public void clear()
      • minimumPathDepth

        public static int minimumPathDepth​(JsonPath path)
      • isDefinite

        public boolean isDefinite()
      • checkDefinite

        public boolean checkDefinite()