Uses of Interface
com.alibaba.fastjson2.modules.ObjectWriterModule
Packages that use ObjectWriterModule
-
Uses of ObjectWriterModule in com.alibaba.fastjson2
Methods in com.alibaba.fastjson2 with parameters of type ObjectWriterModuleModifier and TypeMethodDescriptionstatic booleanJSON.register(ObjectWriterModule objectWriterModule) Register anObjectWriterModulein defaultObjectWriterProvider -
Uses of ObjectWriterModule in com.alibaba.fastjson2.writer
Classes in com.alibaba.fastjson2.writer that implement ObjectWriterModuleMethods in com.alibaba.fastjson2.writer that return types with arguments of type ObjectWriterModuleMethods in com.alibaba.fastjson2.writer with parameters of type ObjectWriterModuleModifier and TypeMethodDescriptionbooleanObjectWriterProvider.register(ObjectWriterModule module) booleanObjectWriterProvider.unregister(ObjectWriterModule module) Method parameters in com.alibaba.fastjson2.writer with type arguments of type ObjectWriterModuleModifier and TypeMethodDescriptionObjectWriterCreator.createObjectWriter(Class objectClass, long features, List<ObjectWriterModule> modules)