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 suitebde-commons-jvm-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
me.nathanfallet.suitebde.models.roles
├─ me.nathanfallet.suitebde.models.roles.AdminPermission.class - [JAR]
├─ me.nathanfallet.suitebde.models.roles.Permission.class - [JAR]
├─ me.nathanfallet.suitebde.models.roles.PermissionInAssociation.class - [JAR]
me.nathanfallet.suitebde.models.users
├─ me.nathanfallet.suitebde.models.users.CreateUserPayload.class - [JAR]
├─ me.nathanfallet.suitebde.models.users.UpdateUserPayload.class - [JAR]
├─ me.nathanfallet.suitebde.models.users.User.class - [JAR]
me.nathanfallet.suitebde.models.associations
├─ me.nathanfallet.suitebde.models.associations.Association.class - [JAR]
├─ me.nathanfallet.suitebde.models.associations.CodeInEmail.class - [JAR]
├─ me.nathanfallet.suitebde.models.associations.CreateAssociationPayload.class - [JAR]
├─ me.nathanfallet.suitebde.models.associations.CreateDomainInAssociationPayload.class - [JAR]
├─ me.nathanfallet.suitebde.models.associations.DomainInAssociation.class - [JAR]
├─ me.nathanfallet.suitebde.models.associations.UpdateAssociationPayload.class - [JAR]
me.nathanfallet.suitebde.models.auth
├─ me.nathanfallet.suitebde.models.auth.JoinCodePayload.class - [JAR]
├─ me.nathanfallet.suitebde.models.auth.JoinPayload.class - [JAR]
├─ me.nathanfallet.suitebde.models.auth.LoginPayload.class - [JAR]
├─ me.nathanfallet.suitebde.models.auth.RegisterCodePayload.class - [JAR]
├─ me.nathanfallet.suitebde.models.auth.RegisterPayload.class - [JAR]
├─ me.nathanfallet.suitebde.models.auth.RegisterWithAssociationPayload.class - [JAR]
├─ me.nathanfallet.suitebde.models.auth.SessionPayload.class - [JAR]
me.nathanfallet.suitebde.models.web
├─ me.nathanfallet.suitebde.models.web.CreateWebMenuPayload.class - [JAR]
├─ me.nathanfallet.suitebde.models.web.CreateWebPagePayload.class - [JAR]
├─ me.nathanfallet.suitebde.models.web.UpdateWebMenuPayload.class - [JAR]
├─ me.nathanfallet.suitebde.models.web.UpdateWebPagePayload.class - [JAR]
├─ me.nathanfallet.suitebde.models.web.WebMenu.class - [JAR]
├─ me.nathanfallet.suitebde.models.web.WebPage.class - [JAR]