Uses of Class
com.alibaba.fastjson2.writer.ObjectWriterCreator
-
Packages that use ObjectWriterCreator Package Description com.alibaba.fastjson2 com.alibaba.fastjson2.modules com.alibaba.fastjson2.writer -
-
Uses of ObjectWriterCreator in com.alibaba.fastjson2
Methods in com.alibaba.fastjson2 that return ObjectWriterCreator Modifier and Type Method Description static ObjectWriterCreatorJSONFactory. getContextWriterCreator()Methods in com.alibaba.fastjson2 with parameters of type ObjectWriterCreator Modifier and Type Method Description static voidJSONFactory. setContextWriterCreator(ObjectWriterCreator creator) -
Uses of ObjectWriterCreator in com.alibaba.fastjson2.modules
Methods in com.alibaba.fastjson2.modules with parameters of type ObjectWriterCreator Modifier and Type Method Description default booleanObjectWriterModule. createFieldWriters(ObjectWriterCreator creator, Class objectType, List<FieldWriter> fieldWriters) -
Uses of ObjectWriterCreator in com.alibaba.fastjson2.writer
Subclasses of ObjectWriterCreator in com.alibaba.fastjson2.writer Modifier and Type Class Description classObjectWriterCreatorASMFields in com.alibaba.fastjson2.writer declared as ObjectWriterCreator Modifier and Type Field Description static ObjectWriterCreatorObjectWriterCreator. INSTANCEMethods in com.alibaba.fastjson2.writer that return ObjectWriterCreator Modifier and Type Method Description ObjectWriterCreatorObjectWriterProvider. getCreator()Constructors in com.alibaba.fastjson2.writer with parameters of type ObjectWriterCreator Constructor Description ObjectWriterProvider(ObjectWriterCreator creator)
-