Package com.alibaba.fastjson2.reader
Class ObjectReaderException
java.lang.Object
com.alibaba.fastjson2.reader.ObjectReaderBean
com.alibaba.fastjson2.reader.ObjectReaderException
- All Implemented Interfaces:
ObjectReader
-
Field Summary
Fields inherited from class com.alibaba.fastjson2.reader.ObjectReaderBean
extraFieldReader, hasDefaultValue, objectClass, schema, typeName, typeNameHash -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadJSONBObject(JSONReader jsonReader, long features) readObject(JSONReader jsonReader, long features) Methods inherited from class com.alibaba.fastjson2.reader.ObjectReaderBean
checkAutoType, getObjectClass, initDefaultValue, processExtraMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.alibaba.fastjson2.reader.ObjectReader
autoType, autoType, createInstance, createInstance, createInstance, createInstance, createInstance, createInstanceNoneDefaultConstructor, getBuildFunction, getFeatures, getFieldReader, getFieldReader, getFieldReaderLCase, getTypeKey, getTypeKeyHash, readArrayMappingJSONBObject, readArrayMappingObject, readObject, setFieldValue, setFieldValue
-
Constructor Details
-
ObjectReaderException
-
-
Method Details
-
readObject
- Specified by:
readObjectin interfaceObjectReader- Overrides:
readObjectin classObjectReaderBean- Returns:
ObjectReader
-
readJSONBObject
- Returns:
ObjectReader
-