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) static JSONWriter.ContextJSONFactory.createWriteContext(ObjectWriterProvider provider, 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.ofJSONB(JSONWriter.Context context) static JSONWriterJSONWriter.ofUTF8(JSONWriter.Context context) JSONPath.setWriterContext(JSONWriter.Context writerContext) static byte[]JSONB.toBytes(Object object, JSONWriter.Context context) static StringJSON.toJSONString(Object object, JSONWriter.Context context) Serialize Java Object to JSONStringConstructors in com.alibaba.fastjson2 with parameters of type JSONWriter.Context