Package com.alibaba.fastjson2.support
Class AwtRederModule
- java.lang.Object
-
- com.alibaba.fastjson2.support.AwtRederModule
-
- All Implemented Interfaces:
ObjectReaderModule
public class AwtRederModule extends Object implements ObjectReaderModule
-
-
Field Summary
Fields Modifier and Type Field Description static AwtRederModuleINSTANCE
-
Constructor Summary
Constructors Constructor Description AwtRederModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectReadergetObjectReader(ObjectReaderProvider provider, Type type)-
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.ObjectReaderModule
getAnnotationProcessor, getBeanInfo, getFieldInfo, getObjectReader, getProvider, init
-
-
-
-
Field Detail
-
INSTANCE
public static AwtRederModule INSTANCE
-
-
Method Detail
-
getObjectReader
public ObjectReader getObjectReader(ObjectReaderProvider provider, Type type)
- Specified by:
getObjectReaderin interfaceObjectReaderModule
-
-