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 filed-transform-spring-boot-starter-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.cly.core.annotations
├─ com.cly.core.annotations.EnableTransformField.class - [JAR]
├─ com.cly.core.annotations.TransformField.class - [JAR]
├─ com.cly.core.annotations.TransformFieldProperty.class - [JAR]
com.cly.core.aspect
├─ com.cly.core.aspect.BeanUtil.class - [JAR]
├─ com.cly.core.aspect.TransformFieldsValueAspect.class - [JAR]
com.cly.core
├─ com.cly.core.ReflectUtil.class - [JAR]
├─ com.cly.core.TransformFieldAutoConfiguration.class - [JAR]