View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-boot-starter-fastjson-2.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.ruijc.fastjson.annotation
├─ com.ruijc.fastjson.annotation.JSONP.class - [JAR]
├─ com.ruijc.fastjson.annotation.MoreSerializeField.class - [JAR]
├─ com.ruijc.fastjson.annotation.SerializeField.class - [JAR]
com.ruijc.fastjson.advice
├─ com.ruijc.fastjson.advice.FastJsonResponseBodyAdvice.class - [JAR]
com.ruijc.fastjson
├─ com.ruijc.fastjson.FastJsonAutoConfiguration.class - [JAR]
├─ com.ruijc.fastjson.FastJsonProperties.class - [JAR]
com.ruijc.fastjson.converter
├─ com.ruijc.fastjson.converter.FastJsonHttpMessageConverter.class - [JAR]
com.ruijc.fastjson.bean
├─ com.ruijc.fastjson.bean.FastJsonFilterObject.class - [JAR]
com.ruijc.fastjson.filter
├─ com.ruijc.fastjson.filter.SimpleSerializerFilter.class - [JAR]