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()Gets the object writer creator for the current thread context.Methods in com.alibaba.fastjson2 with parameters of type ObjectWriterCreatorModifier and TypeMethodDescriptionstatic voidJSONFactory.setContextWriterCreator(ObjectWriterCreator creator) Sets the object writer creator for the current thread context. -
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 ObjectWriterCreatorModifier and TypeMethodDescriptionObjectWriterProvider.getCreator()Gets the ObjectWriterCreator used by this provider.Constructors in com.alibaba.fastjson2.writer with parameters of type ObjectWriterCreatorModifierConstructorDescriptionObjectWriterProvider(ObjectWriterCreator creator) Constructs an ObjectWriterProvider with the specified ObjectWriterCreator.