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

    Fields
    Modifier and Type
    Field
    Description
    static final GeoJsonPointReader
     

    Fields inherited from interface com.alibaba.fastjson2.reader.ObjectReader

    VALUE_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.data.mongodb.core.geo.GeoJsonPoint
    readObject(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, wait

    Methods 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

  • 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:
      readObject in interface com.alibaba.fastjson2.reader.ObjectReader<org.springframework.data.mongodb.core.geo.GeoJsonPoint>