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 common-java-ddd-shared-kernel-1.18.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.zonzonzon.common.domain
├─ com.zonzonzon.common.domain.Aggregate.class - [JAR]
├─ com.zonzonzon.common.domain.Command.class - [JAR]
├─ com.zonzonzon.common.domain.CommandHandler.class - [JAR]
├─ com.zonzonzon.common.domain.CreatedAggregateEvent.class - [JAR]
├─ com.zonzonzon.common.domain.DomainAggregate.class - [JAR]
├─ com.zonzonzon.common.domain.DomainCommand.class - [JAR]
├─ com.zonzonzon.common.domain.DomainError.class - [JAR]
├─ com.zonzonzon.common.domain.DomainEvent.class - [JAR]
├─ com.zonzonzon.common.domain.DomainEventImpl.class - [JAR]
├─ com.zonzonzon.common.domain.DomainService.class - [JAR]
├─ com.zonzonzon.common.domain.DomainView.class - [JAR]
├─ com.zonzonzon.common.domain.Event.class - [JAR]
├─ com.zonzonzon.common.domain.EventHandler.class - [JAR]
├─ com.zonzonzon.common.domain.SnapshotEvent.class - [JAR]
├─ com.zonzonzon.common.domain.ValueObject.class - [JAR]
├─ com.zonzonzon.common.domain.View.class - [JAR]
com.zonzonzon.common.service
├─ com.zonzonzon.common.service.ApplicationService.class - [JAR]
├─ com.zonzonzon.common.service.EventPublishingOutgoingPort.class - [JAR]
├─ com.zonzonzon.common.service.EventRepositoryOutgoingPort.class - [JAR]
├─ com.zonzonzon.common.service.ReflectionUtils.class - [JAR]
├─ com.zonzonzon.common.service.Saga.class - [JAR]