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 trampoline-jwt-web-20190509.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.lucadev.trampoline.security.jwt.web.configuration
├─ com.lucadev.trampoline.security.jwt.web.configuration.JwtWebConfiguration.class - [JAR]
├─ com.lucadev.trampoline.security.jwt.web.configuration.JwtWebConfigurationProperties.class - [JAR]
com.lucadev.trampoline.security.jwt.web.model
├─ com.lucadev.trampoline.security.jwt.web.model.JwtAuthenticationResponse.class - [JAR]
├─ com.lucadev.trampoline.security.jwt.web.model.UserAuthenticationRequest.class - [JAR]
com.lucadev.trampoline.security.jwt.web.controller
├─ com.lucadev.trampoline.security.jwt.web.controller.JwtAuthenticationController.class - [JAR]