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 rs-framework-spring-datadict-0.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.jxrisesun.framework.spring.datadict.logic
├─ com.jxrisesun.framework.spring.datadict.logic.DataDictLogic.class - [JAR]
├─ com.jxrisesun.framework.spring.datadict.logic.SimpleDataDictLogic.class - [JAR]
com.jxrisesun.framework.spring.datadict.jackson
├─ com.jxrisesun.framework.spring.datadict.jackson.DataDictContextualSerializer.class - [JAR]
├─ com.jxrisesun.framework.spring.datadict.jackson.DataDictJsonSerializer.class - [JAR]
com.jxrisesun.framework.spring.datadict
├─ com.jxrisesun.framework.spring.datadict.App.class - [JAR]
com.jxrisesun.framework.spring.datadict.aspectj
├─ com.jxrisesun.framework.spring.datadict.aspectj.DictTranslateAspect.class - [JAR]
com.jxrisesun.framework.spring.datadict.util
├─ com.jxrisesun.framework.spring.datadict.util.DataDictLogicUtils.class - [JAR]
com.jxrisesun.framework.spring.datadict.config
├─ com.jxrisesun.framework.spring.datadict.config.SpringDataDictAutoConfiguration.class - [JAR]
com.jxrisesun.framework.spring.datadict.annotation
├─ com.jxrisesun.framework.spring.datadict.annotation.DictLabel.class - [JAR]
├─ com.jxrisesun.framework.spring.datadict.annotation.DictSerialize.class - [JAR]
├─ com.jxrisesun.framework.spring.datadict.annotation.DictTrans.class - [JAR]
├─ com.jxrisesun.framework.spring.datadict.annotation.EnableSpringDataDict.class - [JAR]