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 spring-oauth-boxes-boot-starter-2.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.springframework.boxes.oauth.starter.bean
├─ com.springframework.boxes.oauth.starter.bean.SignInRequest.class - [JAR]
├─ com.springframework.boxes.oauth.starter.bean.SignUpRequest.class - [JAR]
com.springframework.boxes.oauth.starter.upm
├─ com.springframework.boxes.oauth.starter.upm.UpmAutoConfiguration.class - [JAR]
├─ com.springframework.boxes.oauth.starter.upm.UpmProperties.class - [JAR]
├─ com.springframework.boxes.oauth.starter.upm.UpmTemplate.class - [JAR]
com.springframework.boxes.oauth.starter.jwt
├─ com.springframework.boxes.oauth.starter.jwt.JwtAuthFilter.class - [JAR]
├─ com.springframework.boxes.oauth.starter.jwt.JwtAutoConfiguration.class - [JAR]
├─ com.springframework.boxes.oauth.starter.jwt.JwtProperties.class - [JAR]
├─ com.springframework.boxes.oauth.starter.jwt.JwtRealm.class - [JAR]
├─ com.springframework.boxes.oauth.starter.jwt.JwtSubject.class - [JAR]
├─ com.springframework.boxes.oauth.starter.jwt.JwtToken.class - [JAR]