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 ObjectWriterModuleModifier and TypeMethodDescriptionObjectWriterProvider.getModules()Gets the list of registered ObjectWriter modules.Methods in com.alibaba.fastjson2.writer with parameters of type ObjectWriterModuleModifier and TypeMethodDescriptionbooleanObjectWriterProvider.register(ObjectWriterModule module) Registers an ObjectWriterModule.booleanObjectWriterProvider.unregister(ObjectWriterModule module) Unregisters an ObjectWriterModule.Method parameters in com.alibaba.fastjson2.writer with type arguments of type ObjectWriterModuleModifier and TypeMethodDescriptionObjectWriterCreator.createObjectWriter(Class objectClass, long features, List<ObjectWriterModule> modules) Creates an ObjectWriter for the specified object class, features, and modules.