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 mantis-examples-groupby-sample-2.0.81.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.netflix.mantis.samples.source
├─ com.netflix.mantis.samples.source.RandomRequestSource.class - [JAR]
com.netflix.mantis.samples.proto
├─ com.netflix.mantis.samples.proto.AggregationReport.class - [JAR]
├─ com.netflix.mantis.samples.proto.RequestAggregation.class - [JAR]
├─ com.netflix.mantis.samples.proto.RequestEvent.class - [JAR]
com.netflix.mantis.samples.stage
├─ com.netflix.mantis.samples.stage.AggregationStage.class - [JAR]
├─ com.netflix.mantis.samples.stage.CollectStage.class - [JAR]
├─ com.netflix.mantis.samples.stage.GroupByStage.class - [JAR]
com.netflix.mantis.samples
├─ com.netflix.mantis.samples.RequestAggregationDslJob.class - [JAR]
├─ com.netflix.mantis.samples.RequestAggregationJob.class - [JAR]