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

    Constructors
    Constructor
    Description
    Fastjson1xWriterModule(com.alibaba.fastjson2.writer.ObjectWriterProvider provider)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.alibaba.fastjson2.writer.ObjectWriter
    getObjectWriter(Type objectType, Class objectClass)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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

    • getObjectWriter

      public com.alibaba.fastjson2.writer.ObjectWriter getObjectWriter(Type objectType, Class objectClass)
      Specified by:
      getObjectWriter in interface com.alibaba.fastjson2.modules.ObjectWriterModule