Package com.alibaba.fastjson
Class Fastjson1xWriterModule
java.lang.Object
com.alibaba.fastjson.Fastjson1xWriterModule
- All Implemented Interfaces:
com.alibaba.fastjson2.modules.ObjectWriterModule
public class Fastjson1xWriterModule
extends Object
implements com.alibaba.fastjson2.modules.ObjectWriterModule
-
Constructor Summary
ConstructorsConstructorDescriptionFastjson1xWriterModule(com.alibaba.fastjson2.writer.ObjectWriterProvider provider) -
Method Summary
Modifier and TypeMethodDescriptioncom.alibaba.fastjson2.writer.ObjectWritergetObjectWriter(Type objectType, Class objectClass) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.alibaba.fastjson2.modules.ObjectWriterModule
createFieldWriters, getAnnotationProcessor, getProvider, init
-
Constructor Details
-
Fastjson1xWriterModule
public Fastjson1xWriterModule(com.alibaba.fastjson2.writer.ObjectWriterProvider provider)
-
-
Method Details