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 import-domain-jvm-0.7.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
i2.f2.import.domain
├─ i2.f2.import.domain.ClientImport.class - [JAR]
├─ i2.f2.import.domain.RealmImport.class - [JAR]
├─ i2.f2.import.domain.RealmImportExtensionKt.class - [JAR]
├─ i2.f2.import.domain.RoleImport.class - [JAR]
├─ i2.f2.import.domain.UserImport.class - [JAR]
i2.f2.import.domain.command
├─ i2.f2.import.domain.command.ImportDataCommand.class - [JAR]
├─ i2.f2.import.domain.command.ImportDataFunctionKt.class - [JAR]
├─ i2.f2.import.domain.command.ImportDataResult.class - [JAR]