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 foundation-user-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.wuda.foundation.user
├─ com.wuda.foundation.user.AbstractIndividualUserManager.class - [JAR]
├─ com.wuda.foundation.user.AbstractUserManager.class - [JAR]
├─ com.wuda.foundation.user.BindUserEmail.class - [JAR]
├─ com.wuda.foundation.user.BindUserPhone.class - [JAR]
├─ com.wuda.foundation.user.CreateIndividualUserGeneral.class - [JAR]
├─ com.wuda.foundation.user.CreateUser.class - [JAR]
├─ com.wuda.foundation.user.CreateUserAccount.class - [JAR]
├─ com.wuda.foundation.user.CreateUserWithAccount.class - [JAR]
├─ com.wuda.foundation.user.DescribeUser.class - [JAR]
├─ com.wuda.foundation.user.DescribeUserAccount.class - [JAR]
├─ com.wuda.foundation.user.IndividualUserManager.class - [JAR]
├─ com.wuda.foundation.user.NoOpUserAccountValidator.class - [JAR]
├─ com.wuda.foundation.user.UpdateIndividualUserGeneral.class - [JAR]
├─ com.wuda.foundation.user.UserAccountValidator.class - [JAR]
├─ com.wuda.foundation.user.UserIdValidator.class - [JAR]
├─ com.wuda.foundation.user.UserManager.class - [JAR]
├─ com.wuda.foundation.user.UserPrincipal.class - [JAR]
├─ com.wuda.foundation.user.UserPrincipalType.class - [JAR]