Uses of Interface
com.alibaba.fastjson2.modules.ObjectWriterModule
-
Packages that use ObjectWriterModule Package Description com.alibaba.fastjson2 com.alibaba.fastjson2.writer -
-
Uses of ObjectWriterModule in com.alibaba.fastjson2
Methods in com.alibaba.fastjson2 with parameters of type ObjectWriterModule Modifier and Type Method Description static booleanJSON. register(ObjectWriterModule objectWriterModule)Register anObjectWriterModulein defaultObjectWriterProvider -
Uses of ObjectWriterModule in com.alibaba.fastjson2.writer
Classes in com.alibaba.fastjson2.writer that implement ObjectWriterModule Modifier and Type Class Description classObjectWriterBaseModuleMethods in com.alibaba.fastjson2.writer that return types with arguments of type ObjectWriterModule Modifier and Type Method Description List<ObjectWriterModule>ObjectWriterProvider. getModules()Methods in com.alibaba.fastjson2.writer with parameters of type ObjectWriterModule Modifier and Type Method Description booleanObjectWriterProvider. register(ObjectWriterModule module)booleanObjectWriterProvider. unregister(ObjectWriterModule module)Method parameters in com.alibaba.fastjson2.writer with type arguments of type ObjectWriterModule Modifier and Type Method Description ObjectWriterObjectWriterCreator. createObjectWriter(Class objectClass, long features, List<ObjectWriterModule> modules)
-