Package com.alibaba.fastjson2.reader
Class ObjectReaderImplInt32Array
- java.lang.Object
-
- com.alibaba.fastjson2.reader.ObjectReaderImplInt32Array
-
- All Implemented Interfaces:
ObjectReader
public final class ObjectReaderImplInt32Array extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static longHASH_TYPEprotected ClassobjectClass-
Fields inherited from interface com.alibaba.fastjson2.reader.ObjectReader
VALUE_NAME
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TcreateInstance(long features)ObjectcreateInstance(Collection collection, long features)ClassgetObjectClass()ObjectreadJSONBObject(JSONReader jsonReader, Type fieldType, Object fieldName, long features)ObjectreadObject(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, wait
-
Methods inherited from interface com.alibaba.fastjson2.reader.ObjectReader
accept, acceptExtra, acceptExtra, autoType, autoType, createInstance, createInstance, createInstance, createInstance, createInstance, createInstanceNoneDefaultConstructor, getBuildFunction, getFeatures, getFieldReader, getFieldReader, getFieldReaderLCase, getTypeKey, getTypeKeyHash, readArrayMappingJSONBObject, readArrayMappingObject, readObject, readObject, readObject, setFieldValue, setFieldValue, setFieldValue
-
-
-
-
Field Detail
-
HASH_TYPE
public static final long HASH_TYPE
-
objectClass
protected final Class objectClass
-
-
Method Detail
-
createInstance
public Object createInstance(Collection collection, long features)
- Returns:
ObjectReader
-
readObject
public Object readObject(JSONReader jsonReader, Type fieldType, Object fieldName, long features)
- Returns:
ObjectReader
-
readJSONBObject
public Object readJSONBObject(JSONReader jsonReader, Type fieldType, Object fieldName, long features)
- Specified by:
readJSONBObjectin interfaceObjectReader- Returns:
ObjectReader
-
getObjectClass
public Class getObjectClass()
- Specified by:
getObjectClassin interfaceObjectReader<T>
-
createInstance
public T createInstance(long features)
- Specified by:
createInstancein interfaceObjectReader<T>- Returns:
ObjectReader
-
-