Uses of Class
com.alibaba.fastjson2.JSONWriter.Context
Packages that use JSONWriter.Context
-
Uses of JSONWriter.Context in com.alibaba.fastjson2
Fields in com.alibaba.fastjson2 declared as JSONWriter.ContextMethods in com.alibaba.fastjson2 that return JSONWriter.ContextModifier and TypeMethodDescriptionstatic JSONWriter.ContextJSONFactory.createWriteContext()static JSONWriter.ContextJSONFactory.createWriteContext(JSONWriter.Feature... features) JSONWriter.getContext()JSONPath.getWriterContext()Methods in com.alibaba.fastjson2 with parameters of type JSONWriter.ContextModifier and TypeMethodDescriptionstatic JSONWriterJSONWriter.of(JSONWriter.Context writeContext) static JSONWriterJSONWriter.ofUTF8(JSONWriter.Context context) JSONPath.setWriterContext(JSONWriter.Context writerContext) Constructors in com.alibaba.fastjson2 with parameters of type JSONWriter.Context