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 test-support-0.16.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.occurrent.command
├─ org.occurrent.command.ChangeName.class - [JAR]
├─ org.occurrent.command.Command.class - [JAR]
├─ org.occurrent.command.DefineName.class - [JAR]
org.occurrent.time
├─ org.occurrent.time.TimeConversion.class - [JAR]
org.occurrent.domain
├─ org.occurrent.domain.Composition.class - [JAR]
├─ org.occurrent.domain.DomainEvent.class - [JAR]
├─ org.occurrent.domain.DomainEventConverter.class - [JAR]
├─ org.occurrent.domain.Name.class - [JAR]
├─ org.occurrent.domain.NameDefined.class - [JAR]
├─ org.occurrent.domain.NameWasChanged.class - [JAR]
org.occurrent.testsupport.mongodb
├─ org.occurrent.testsupport.mongodb.FlushMongoDBExtension.class - [JAR]
org.occurrent.functional
├─ org.occurrent.functional.CheckedFunction.class - [JAR]
├─ org.occurrent.functional.Not.class - [JAR]