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) final JSONWriter.ContextJSONWriter.getContext()JSONPath.getWriterContext()Methods in com.alibaba.fastjson2 with parameters of type JSONWriter.ContextModifier and TypeMethodDescriptionstatic JSONWriterJSONWriter.of(JSONWriter.Context context) static JSONWriterJSONWriter.ofJSONB(JSONWriter.Context context) static JSONWriterJSONWriter.ofJSONB(JSONWriter.Context context, SymbolTable symbolTable) static JSONWriterJSONWriter.ofUTF8(JSONWriter.Context context) JSONPath.setWriterContext(JSONWriter.Context writerContext) static byte[]JSONB.toBytes(Object object, JSONWriter.Context context) static byte[]JSON.toJSONBytes(Object object, Charset charset, JSONWriter.Context context) Serializes the specified object to the json byte arraystatic StringJSON.toJSONString(Object object, JSONWriter.Context context) Serializes the specified object to the json stringstatic intJSON.writeTo(OutputStream out, Object object, JSONWriter.Context context) Serializes the specified object to the json byte array and write it toOutputStreamConstructors in com.alibaba.fastjson2 with parameters of type JSONWriter.ContextModifierConstructorDescriptionprotectedJSONWriter(JSONWriter.Context context, SymbolTable symbolTable, boolean jsonb, Charset charset)