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 converter-codegen-testapp-0.7.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.careem.testapp.conversion.book.b
├─ com.careem.testapp.conversion.book.b.BookB.class - [JAR]
com.careem.testapp.conversion
├─ com.careem.testapp.conversion.BookAToBookBCustomConverter.class - [JAR]
com.careem.testapp.conversion.book.a
├─ com.careem.testapp.conversion.book.a.BookA.class - [JAR]
├─ com.careem.testapp.conversion.book.a.BookBToBookAConverter.class - [JAR]
com.careem.testapp.conversion.author.a
├─ com.careem.testapp.conversion.author.a.AuthorA.class - [JAR]
├─ com.careem.testapp.conversion.author.a.AuthorBToAuthorAConverter.class - [JAR]
com.careem.testapp.conversion.author.b
├─ com.careem.testapp.conversion.author.b.AuthorAToAuthorBConverter.class - [JAR]
├─ com.careem.testapp.conversion.author.b.AuthorB.class - [JAR]
com.careem.testapp.conversion.author.c
├─ com.careem.testapp.conversion.author.c.AuthorC.class - [JAR]
com.careem.testapp.conversion.author
├─ com.careem.testapp.conversion.author.Author.class - [JAR]