Class GeoJsonPointReader
java.lang.Object
com.alibaba.fastjson2.support.spring.data.mongodb.GeoJsonPointReader
- All Implemented Interfaces:
com.alibaba.fastjson2.reader.ObjectReader<org.springframework.data.mongodb.core.geo.GeoJsonPoint>
public class GeoJsonPointReader
extends Object
implements com.alibaba.fastjson2.reader.ObjectReader<org.springframework.data.mongodb.core.geo.GeoJsonPoint>
-
Field Summary
FieldsFields inherited from interface com.alibaba.fastjson2.reader.ObjectReader
VALUE_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.mongodb.core.geo.GeoJsonPointreadObject(com.alibaba.fastjson2.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
accept, acceptExtra, acceptExtra, autoType, autoType, createInstance, createInstance, createInstance, createInstance, createInstance, createInstance, createInstance, createInstanceNoneDefaultConstructor, getBuildFunction, getFeatures, getFieldReader, getFieldReader, getFieldReaderLCase, getObjectClass, getTypeKey, getTypeKeyHash, readArrayMappingJSONBObject, readArrayMappingObject, readJSONBObject, readObject, readObject, readObject, setFieldValue, setFieldValue, setFieldValue
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
GeoJsonPointReader
public GeoJsonPointReader()
-
-
Method Details
-
readObject
public org.springframework.data.mongodb.core.geo.GeoJsonPoint readObject(com.alibaba.fastjson2.JSONReader jsonReader, Type fieldType, Object fieldName, long features) - Specified by:
readObjectin interfacecom.alibaba.fastjson2.reader.ObjectReader<org.springframework.data.mongodb.core.geo.GeoJsonPoint>
-