jar

com.alibaba.fastjson2 : fastjson2-extension-spring5

Maven & Gradle

Aug 14, 2023
3.7k stars

fastjson2-extension-spring5 · Fastjson is a JSON processor (JSON parser + JSON generator) written in Java

Table Of Contents

Latest Version

Download com.alibaba.fastjson2 : fastjson2-extension-spring5 JAR file - Latest Versions:

All Versions

Download com.alibaba.fastjson2 : fastjson2-extension-spring5 JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window fastjson2-extension-spring5-2.0.39.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.alibaba.fastjson2.support.spring.http.converter

├─ com.alibaba.fastjson2.support.spring.http.converter.FastJsonHttpMessageConverter.class - [JAR]

com.alibaba.fastjson2.support.spring.data.redis

├─ com.alibaba.fastjson2.support.spring.data.redis.FastJsonJSONBRedisSerializer.class - [JAR]

├─ com.alibaba.fastjson2.support.spring.data.redis.FastJsonRedisSerializer.class - [JAR]

├─ com.alibaba.fastjson2.support.spring.data.redis.GenericFastJsonJSONBRedisSerializer.class - [JAR]

├─ com.alibaba.fastjson2.support.spring.data.redis.GenericFastJsonRedisSerializer.class - [JAR]

com.alibaba.fastjson2.support.spring.http.codec

├─ com.alibaba.fastjson2.support.spring.http.codec.Fastjson2Decoder.class - [JAR]

├─ com.alibaba.fastjson2.support.spring.http.codec.Fastjson2Encoder.class - [JAR]

com.alibaba.fastjson2.support.spring.data.mongodb

├─ com.alibaba.fastjson2.support.spring.data.mongodb.GeoJsonPointReader.class - [JAR]

├─ com.alibaba.fastjson2.support.spring.data.mongodb.GeoJsonPolygonReader.class - [JAR]

├─ com.alibaba.fastjson2.support.spring.data.mongodb.GeoJsonReaderModule.class - [JAR]

├─ com.alibaba.fastjson2.support.spring.data.mongodb.GeoJsonWriterModule.class - [JAR]

com.alibaba.fastjson2.support.spring.messaging.converter

├─ com.alibaba.fastjson2.support.spring.messaging.converter.MappingFastJsonJSONBMessageConverter.class - [JAR]

├─ com.alibaba.fastjson2.support.spring.messaging.converter.MappingFastJsonMessageConverter.class - [JAR]

com.alibaba.fastjson2.support.spring.websocket.sockjs

├─ com.alibaba.fastjson2.support.spring.websocket.sockjs.FastjsonSockJsMessageCodec.class - [JAR]

com.alibaba.fastjson2.support.spring.webservlet.view

├─ com.alibaba.fastjson2.support.spring.webservlet.view.FastJsonJsonView.class - [JAR]

Advertisement