Package com.alibaba.fastjson2.util
Class ApacheLang3Support.PairReader
java.lang.Object
com.alibaba.fastjson2.util.ApacheLang3Support.PairReader
- All Implemented Interfaces:
ObjectReader
- Enclosing interface:
- ApacheLang3Support
-
Field Summary
Fields inherited from interface com.alibaba.fastjson2.reader.ObjectReader
HASH_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadJSONBObject(JSONReader jsonReader, Type fieldType, Object fieldName, long features) readObject(JSONReader jsonReader, Type fieldType, Object fieldName, long features) Methods 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
acceptExtra, autoType, autoType, createInstance, createInstance, createInstance, createInstance, createInstance, createInstanceNoneDefaultConstructor, getBuildFunction, getFeatures, getFieldReader, getFieldReader, getFieldReaderLCase, getObjectClass, getTypeKey, getTypeKeyHash, readArrayMappingJSONBObject, readArrayMappingObject, readObject, readObject, setFieldValue, setFieldValue
-
Constructor Details
-
PairReader
-
-
Method Details
-
readJSONBObject
public Object readJSONBObject(JSONReader jsonReader, Type fieldType, Object fieldName, long features) - Specified by:
readJSONBObjectin interfaceObjectReader- Returns:
ObjectReader
-
readObject
- Specified by:
readObjectin interfaceObjectReader- Returns:
ObjectReader
-