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 domaingen-example-4.0.551.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.cloudimpl.outstack.domain.example.enums
├─ com.cloudimpl.outstack.domain.example.enums.OrderType.class - [JAR]
com.cloudimpl.outstack.domain.example.command
├─ com.cloudimpl.outstack.domain.example.command.UserCreateReq.class - [JAR]
com.cloudimpl.outstack.domain.example.commands
├─ com.cloudimpl.outstack.domain.example.commands.OrganizationCreateRequest.class - [JAR]
├─ com.cloudimpl.outstack.domain.example.commands.OrganizationLogoUploadRequest.class - [JAR]
├─ com.cloudimpl.outstack.domain.example.commands.TenantCreateRequest.class - [JAR]
├─ com.cloudimpl.outstack.domain.example.commands.TenantLogUploadRequest.class - [JAR]
com.cloudimpl.outstack.domain.example
├─ com.cloudimpl.outstack.domain.example.Organization.class - [JAR]
├─ com.cloudimpl.outstack.domain.example.OrganizationCreated.class - [JAR]
├─ com.cloudimpl.outstack.domain.example.Tenant.class - [JAR]
├─ com.cloudimpl.outstack.domain.example.TenantCreated.class - [JAR]
├─ com.cloudimpl.outstack.domain.example.User.class - [JAR]
├─ com.cloudimpl.outstack.domain.example.UserCreated.class - [JAR]
├─ com.cloudimpl.outstack.domain.example.UserLoggedIn.class - [JAR]
├─ com.cloudimpl.outstack.domain.example.UserUpdated.class - [JAR]
com.cloudimpl.outstack.collection.error
├─ com.cloudimpl.outstack.collection.error.Collection.class - [JAR]
├─ com.cloudimpl.outstack.collection.error.CollectionException.class - [JAR]