Class JSONPathCompilerReflect

    • Constructor Detail

      • JSONPathCompilerReflect

        public JSONPathCompilerReflect()
    • Method Detail

      • compileSingleNamePath

        protected JSONPath compileSingleNamePath​(Class objectClass,
                                                 com.alibaba.fastjson2.JSONPathSingleName path)
      • compile

        protected com.alibaba.fastjson2.JSONPathSegment compile​(Class objectClass,
                                                                JSONPath path,
                                                                com.alibaba.fastjson2.JSONPathSegment segment,
                                                                com.alibaba.fastjson2.JSONPathSegment parent)