Uses of Class
com.alibaba.fastjson2.writer.ObjectWriterCreator
Packages that use ObjectWriterCreator
Package
Description
-
Uses of ObjectWriterCreator in com.alibaba.fastjson2
Methods in com.alibaba.fastjson2 that return ObjectWriterCreatorModifier and TypeMethodDescriptionstatic ObjectWriterCreatorJSONFactory.getContextWriterCreator()Methods in com.alibaba.fastjson2 with parameters of type ObjectWriterCreatorModifier and TypeMethodDescriptionstatic voidJSONFactory.setContextWriterCreator(ObjectWriterCreator creator) -
Uses of ObjectWriterCreator in com.alibaba.fastjson2.modules
Methods in com.alibaba.fastjson2.modules with parameters of type ObjectWriterCreatorModifier and TypeMethodDescriptiondefault booleanObjectWriterModule.createFieldWriters(ObjectWriterCreator creator, Class objectType, List<FieldWriter> fieldWriters) -
Uses of ObjectWriterCreator in com.alibaba.fastjson2.writer
Subclasses of ObjectWriterCreator in com.alibaba.fastjson2.writerFields in com.alibaba.fastjson2.writer declared as ObjectWriterCreatorMethods in com.alibaba.fastjson2.writer that return ObjectWriterCreatorConstructors in com.alibaba.fastjson2.writer with parameters of type ObjectWriterCreator