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 pf-java-object-copier-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.problemfighter.java.oc.reflection
├─ com.problemfighter.java.oc.reflection.ReflectionProcessor.class - [JAR]
com.problemfighter.java.oc.data
├─ com.problemfighter.java.oc.data.CopyReport.class - [JAR]
├─ com.problemfighter.java.oc.data.CopyReportError.class - [JAR]
├─ com.problemfighter.java.oc.data.CopySourceDstField.class - [JAR]
├─ com.problemfighter.java.oc.data.ObjectCopierInfoDetails.class - [JAR]
com.problemfighter.java.oc.common
├─ com.problemfighter.java.oc.common.InitCustomProcessor.class - [JAR]
├─ com.problemfighter.java.oc.common.OCConstant.class - [JAR]
├─ com.problemfighter.java.oc.common.ObjectCopierException.class - [JAR]
├─ com.problemfighter.java.oc.common.ProcessCustomCopy.class - [JAR]
com.problemfighter.java.oc.annotation
├─ com.problemfighter.java.oc.annotation.DataMapping.class - [JAR]
├─ com.problemfighter.java.oc.annotation.DataMappingInfo.class - [JAR]
com.problemfighter.java.oc.copier
├─ com.problemfighter.java.oc.copier.ObjectCopier.class - [JAR]