Class Hierarchy

  • java.lang.Object
    • org.springframework.http.converter.AbstractHttpMessageConverter<T> (implements org.springframework.http.converter.HttpMessageConverter<T>)
      • com.alibaba.fastjson2.support.spring.http.converter.FastJsonHttpMessageConverter (implements org.springframework.http.converter.GenericHttpMessageConverter<T>)
    • org.springframework.messaging.converter.AbstractMessageConverter (implements org.springframework.messaging.converter.SmartMessageConverter)
    • org.springframework.web.socket.sockjs.frame.AbstractSockJsMessageCodec (implements org.springframework.web.socket.sockjs.frame.SockJsMessageCodec)
    • org.springframework.context.support.ApplicationObjectSupport (implements org.springframework.context.ApplicationContextAware)
      • org.springframework.web.context.support.WebApplicationObjectSupport (implements org.springframework.web.context.ServletContextAware)
        • org.springframework.web.servlet.view.AbstractView (implements org.springframework.beans.factory.BeanNameAware, org.springframework.web.servlet.View)
    • com.alibaba.fastjson2.support.spring.data.redis.FastJsonRedisSerializer<T> (implements org.springframework.data.redis.serializer.RedisSerializer<T>)
    • com.alibaba.fastjson2.support.spring.data.redis.GenericFastJsonRedisSerializer (implements org.springframework.data.redis.serializer.RedisSerializer<T>)
    • com.alibaba.fastjson2.support.spring.data.mongodb.GeoJsonPointReader (implements com.alibaba.fastjson2.reader.ObjectReader<T>)
    • com.alibaba.fastjson2.support.spring.data.mongodb.GeoJsonPolygonReader (implements com.alibaba.fastjson2.reader.ObjectReader<T>)
    • com.alibaba.fastjson2.support.spring.data.mongodb.GeoJsonReaderModule (implements com.alibaba.fastjson2.modules.ObjectReaderModule)
    • com.alibaba.fastjson2.support.spring.data.mongodb.GeoJsonWriterModule (implements com.alibaba.fastjson2.modules.ObjectWriterModule)
    • org.springframework.http.codec.json.Jackson2CodecSupport
      • org.springframework.http.codec.json.AbstractJackson2Decoder (implements org.springframework.http.codec.HttpMessageDecoder<T>)
      • org.springframework.http.codec.json.AbstractJackson2Encoder (implements org.springframework.http.codec.HttpMessageEncoder<T>)