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 dataenum-1.4.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.spotify.dataenum.function
├─ com.spotify.dataenum.function.Cases.class - [JAR]
├─ com.spotify.dataenum.function.Consumer.class - [JAR]
├─ com.spotify.dataenum.function.Function.class - [JAR]
├─ com.spotify.dataenum.function.Supplier.class - [JAR]
com.spotify.dataenum
├─ com.spotify.dataenum.Access.class - [JAR]
├─ com.spotify.dataenum.ConstructorAccess.class - [JAR]
├─ com.spotify.dataenum.DataEnum.class - [JAR]
├─ com.spotify.dataenum.DataenumUtils.class - [JAR]
├─ com.spotify.dataenum.Redacted.class - [JAR]
├─ com.spotify.dataenum.dataenum_case.class - [JAR]