Package com.alibaba.fastjson2
Class JSONPathCompilerReflect
- java.lang.Object
-
- com.alibaba.fastjson2.JSONPathCompilerReflect
-
- All Implemented Interfaces:
JSONFactory.JSONPathCompiler
public class JSONPathCompilerReflect extends Object implements JSONFactory.JSONPathCompiler
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJSONPathCompilerReflect.NameSegmentTypedstatic classJSONPathCompilerReflect.SingleNamePathTypedstatic classJSONPathCompilerReflect.TwoNameSegmentTypedPath
-
Constructor Summary
Constructors Constructor Description JSONPathCompilerReflect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JSONPathcompile(Class objectClass, JSONPath path)protected com.alibaba.fastjson2.JSONPathSegmentcompile(Class objectClass, JSONPath path, com.alibaba.fastjson2.JSONPathSegment segment, com.alibaba.fastjson2.JSONPathSegment parent)protected JSONPathcompileSingleNamePath(Class objectClass, com.alibaba.fastjson2.JSONPathSingleName path)
-