Package com.alibaba.fastjson2
Class JSONPathCompilerReflect
java.lang.Object
com.alibaba.fastjson2.JSONPathCompilerReflect
- All Implemented Interfaces:
JSONFactory.JSONPathCompiler
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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)
-
Constructor Details
-
JSONPathCompilerReflect
public JSONPathCompilerReflect()
-
-
Method Details
-
compile
- Specified by:
compilein interfaceJSONFactory.JSONPathCompiler
-
compileSingleNamePath
-
compile
-