Package com.alibaba.fastjson2
Class JSONWriter.Path
- java.lang.Object
-
- com.alibaba.fastjson2.JSONWriter.Path
-
- Enclosing class:
- JSONWriter
public static final class JSONWriter.Path extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static JSONWriter.PathMANGER_REFERNCEJSONWriter.Pathparentstatic JSONWriter.PathROOT
-
Constructor Summary
Constructors Constructor Description Path(JSONWriter.Path parent, int index)Path(JSONWriter.Path parent, String name)
-
-
-
Field Detail
-
ROOT
public static final JSONWriter.Path ROOT
-
MANGER_REFERNCE
public static final JSONWriter.Path MANGER_REFERNCE
-
parent
public final JSONWriter.Path parent
-
-
Constructor Detail
-
Path
public Path(JSONWriter.Path parent, String name)
-
Path
public Path(JSONWriter.Path parent, int index)
-
-