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 management-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.qsy7.authentication.api
├─ io.github.qsy7.authentication.api.FindDisabledAccountsQuery.class - [JAR]
├─ io.github.qsy7.authentication.api.IdentityManagementService.class - [JAR]
io.github.qsy7.authentication.api.model.command
├─ io.github.qsy7.authentication.api.model.command.AbstractAccountCommand.class - [JAR]
├─ io.github.qsy7.authentication.api.model.command.ChangePasswordCommand.class - [JAR]
├─ io.github.qsy7.authentication.api.model.command.ChangeUsernameCommand.class - [JAR]
├─ io.github.qsy7.authentication.api.model.command.CreateUserCommand.class - [JAR]
├─ io.github.qsy7.authentication.api.model.command.DeleteUserCommand.class - [JAR]
├─ io.github.qsy7.authentication.api.model.command.DisableUserCommand.class - [JAR]
├─ io.github.qsy7.authentication.api.model.command.EnableUserCommand.class - [JAR]