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 transform-spring-boot-starter-2.1.0-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.robot.transform.util
├─ com.robot.transform.util.SpringContextUtil.class - [JAR]
├─ com.robot.transform.util.TransformUtil.class - [JAR]
com.robot.transform
├─ com.robot.transform.TransformAspect.class - [JAR]
├─ com.robot.transform.TransformAutoConfiguration.class - [JAR]
com.robot.transform.transformer
├─ com.robot.transform.transformer.EnumTransformer.class - [JAR]
├─ com.robot.transform.transformer.IDictTransformer.class - [JAR]
├─ com.robot.transform.transformer.SimpleTransformer.class - [JAR]
├─ com.robot.transform.transformer.Transformer.class - [JAR]
com.robot.transform.annotation
├─ com.robot.transform.annotation.Transform.class - [JAR]
├─ com.robot.transform.annotation.TransformDict.class - [JAR]
├─ com.robot.transform.annotation.TransformEnum.class - [JAR]
com.robot.transform.component
├─ com.robot.transform.component.TransformClass.class - [JAR]
├─ com.robot.transform.component.TransformField.class - [JAR]
├─ com.robot.transform.component.UnWrapper.class - [JAR]