Package com.alibaba.fastjson2.support
Class AwtWriterModule
- java.lang.Object
-
- com.alibaba.fastjson2.support.AwtWriterModule
-
- All Implemented Interfaces:
ObjectWriterModule
public class AwtWriterModule extends Object implements ObjectWriterModule
-
-
Field Summary
Fields Modifier and Type Field Description static AwtWriterModuleINSTANCE
-
Constructor Summary
Constructors Constructor Description AwtWriterModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectWritergetObjectWriter(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
-
-
-
-
Field Detail
-
INSTANCE
public static AwtWriterModule INSTANCE
-
-
Method Detail
-
getObjectWriter
public ObjectWriter getObjectWriter(Type objectType, Class objectClass)
- Specified by:
getObjectWriterin interfaceObjectWriterModule
-
-