Package com.alibaba.fastjson
Class Fastjson1xReaderModule
java.lang.Object
com.alibaba.fastjson.Fastjson1xReaderModule
- All Implemented Interfaces:
com.alibaba.fastjson2.modules.ObjectReaderModule
public class Fastjson1xReaderModule
extends Object
implements com.alibaba.fastjson2.modules.ObjectReaderModule
-
Constructor Summary
ConstructorsConstructorDescriptionFastjson1xReaderModule(com.alibaba.fastjson2.reader.ObjectReaderProvider provider) -
Method Summary
Modifier and TypeMethodDescriptioncom.alibaba.fastjson2.reader.ObjectReadergetObjectReader(com.alibaba.fastjson2.reader.ObjectReaderProvider provider, Type type) 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.ObjectReaderModule
getAnnotationProcessor, getProvider, init
-
Constructor Details
-
Fastjson1xReaderModule
public Fastjson1xReaderModule(com.alibaba.fastjson2.reader.ObjectReaderProvider provider)
-
-
Method Details
-
getObjectReader
public com.alibaba.fastjson2.reader.ObjectReader getObjectReader(com.alibaba.fastjson2.reader.ObjectReaderProvider provider, Type type) - Specified by:
getObjectReaderin interfacecom.alibaba.fastjson2.modules.ObjectReaderModule
-