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 wow-test-2.5.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
me.ahoo.wow.test
├─ me.ahoo.wow.test.AggregateVerifier.class - [JAR]
├─ me.ahoo.wow.test.AggregateVerifierKt.class - [JAR]
├─ me.ahoo.wow.test.SagaVerifier.class - [JAR]
me.ahoo.wow.test.id
├─ me.ahoo.wow.test.id.TestGlobalIdGeneratorFactory.class - [JAR]
me.ahoo.wow.test.aggregate
├─ me.ahoo.wow.test.aggregate.DefaultExpectStage.class - [JAR]
├─ me.ahoo.wow.test.aggregate.DefaultGivenStage.class - [JAR]
├─ me.ahoo.wow.test.aggregate.DefaultVerifiedStage.class - [JAR]
├─ me.ahoo.wow.test.aggregate.DefaultWhenStage.class - [JAR]
├─ me.ahoo.wow.test.aggregate.EventIterator.class - [JAR]
├─ me.ahoo.wow.test.aggregate.ExpectStage.class - [JAR]
├─ me.ahoo.wow.test.aggregate.ExpectedResult.class - [JAR]
├─ me.ahoo.wow.test.aggregate.GivenInitialization.class - [JAR]
├─ me.ahoo.wow.test.aggregate.GivenInitializationCommand.class - [JAR]
├─ me.ahoo.wow.test.aggregate.GivenStage.class - [JAR]
├─ me.ahoo.wow.test.aggregate.VerifiedStage.class - [JAR]
├─ me.ahoo.wow.test.aggregate.WhenStage.class - [JAR]
me.ahoo.wow.test.saga.stateless
├─ me.ahoo.wow.test.saga.stateless.CommandIterator.class - [JAR]
├─ me.ahoo.wow.test.saga.stateless.DefaultExpectStage.class - [JAR]
├─ me.ahoo.wow.test.saga.stateless.DefaultWhenStage.class - [JAR]
├─ me.ahoo.wow.test.saga.stateless.ExpectStage.class - [JAR]
├─ me.ahoo.wow.test.saga.stateless.ExpectedResult.class - [JAR]
├─ me.ahoo.wow.test.saga.stateless.GivenReadOnlyStateAggregate.class - [JAR]
├─ me.ahoo.wow.test.saga.stateless.WhenStage.class - [JAR]