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 snowplow-flink-aggregates-0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.demuinck
├─ org.demuinck.Group.class - [JAR]
├─ org.demuinck.GroupingSet.class - [JAR]
├─ org.demuinck.SnowplowAggregate.class - [JAR]
├─ org.demuinck.SnowplowAggregateResult.class - [JAR]
├─ org.demuinck.SnowplowCustomAggregate.class - [JAR]
├─ org.demuinck.SnowplowCustomAggregateResult.class - [JAR]
├─ org.demuinck.SnowplowEventProcessWindowFunction.class - [JAR]
├─ org.demuinck.SnowplowEventTimestampAssigner.class - [JAR]
├─ org.demuinck.SnowplowFlinkAggregator.class - [JAR]
├─ org.demuinck.SnowplowPageViewAggregate.class - [JAR]
├─ org.demuinck.SnowplowStructEventAggregate.class - [JAR]
org.demuinck.utils
├─ org.demuinck.utils.AggregatorUtils.class - [JAR]