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 funixproductions-user-client-1.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.funixproductions.api.user.client.dtos
├─ com.funixproductions.api.user.client.dtos.UserDTO.class - [JAR]
├─ com.funixproductions.api.user.client.dtos.UserSession.class - [JAR]
├─ com.funixproductions.api.user.client.dtos.UserTokenDTO.class - [JAR]
com.funixproductions.api.user.client.clients
├─ com.funixproductions.api.user.client.clients.InternalUserCrudClient.class - [JAR]
├─ com.funixproductions.api.user.client.clients.UserAuthClient.class - [JAR]
├─ com.funixproductions.api.user.client.clients.UserCrudClient.class - [JAR]
com.funixproductions.api.user.client.enums
├─ com.funixproductions.api.user.client.enums.UserRole.class - [JAR]
com.funixproductions.api.user.client.dtos.requests
├─ com.funixproductions.api.user.client.dtos.requests.UserCreationDTO.class - [JAR]
├─ com.funixproductions.api.user.client.dtos.requests.UserLoginDTO.class - [JAR]
├─ com.funixproductions.api.user.client.dtos.requests.UserSecretsDTO.class - [JAR]
com.funixproductions.api.user.client.security
├─ com.funixproductions.api.user.client.security.ApiWebSecurity.class - [JAR]
├─ com.funixproductions.api.user.client.security.CurrentSession.class - [JAR]
├─ com.funixproductions.api.user.client.security.UserJwtTokenFilter.class - [JAR]