Uses of Class
com.alibaba.fastjson2.JSONWriter.Path
Packages that use JSONWriter.Path
-
Uses of JSONWriter.Path in com.alibaba.fastjson2
Fields in com.alibaba.fastjson2 declared as JSONWriter.PathModifier and TypeFieldDescriptionstatic final JSONWriter.PathJSONWriter.Path.MANGER_REFERNCEThe manager reference path instance, used for special reference handling.final JSONWriter.PathJSONWriter.Path.parentThe parent path of this path segment, or null if this is the root path.protected JSONWriter.PathJSONWriter.pathstatic final JSONWriter.PathJSONWriter.Path.ROOTThe root path instance, representing the top level of the JSON structure.Fields in com.alibaba.fastjson2 with type parameters of type JSONWriter.PathModifier and TypeFieldDescriptionprotected IdentityHashMap<Object, JSONWriter.Path> JSONWriter.refsConstructors in com.alibaba.fastjson2 with parameters of type JSONWriter.PathModifierConstructorDescriptionPath(JSONWriter.Path parent, int index) Creates a new Path instance representing an array index.Path(JSONWriter.Path parent, String name) Creates a new Path instance representing a named property. -
Uses of JSONWriter.Path in com.alibaba.fastjson2.writer
Methods in com.alibaba.fastjson2.writer that return JSONWriter.PathModifier and TypeMethodDescriptionfinal JSONWriter.PathFieldWriter.getPath(JSONWriter.Path parent) final JSONWriter.PathFieldWriter.getRootParentPath()Methods in com.alibaba.fastjson2.writer with parameters of type JSONWriter.PathModifier and TypeMethodDescriptionfinal JSONWriter.PathFieldWriter.getPath(JSONWriter.Path parent)