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 spotify-web-api-java-generator-4.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.sonallux.spotify.generator.java.model
├─ de.sonallux.spotify.generator.java.model.ApiCategory.class - [JAR]
├─ de.sonallux.spotify.generator.java.model.ApiEndpoint.class - [JAR]
├─ de.sonallux.spotify.generator.java.model.ApiObject.class - [JAR]
├─ de.sonallux.spotify.generator.java.model.SpotifyWebApi.class - [JAR]
de.sonallux.spotify.generator.java
├─ de.sonallux.spotify.generator.java.CLI.class - [JAR]
├─ de.sonallux.spotify.generator.java.GenerationContext.class - [JAR]
├─ de.sonallux.spotify.generator.java.GeneratorException.class - [JAR]
├─ de.sonallux.spotify.generator.java.JavaGenerator.class - [JAR]
├─ de.sonallux.spotify.generator.java.NoEscapingMustacheFactory.class - [JAR]
de.sonallux.spotify.generator.java.generators
├─ de.sonallux.spotify.generator.java.generators.ApiGenerator.class - [JAR]
├─ de.sonallux.spotify.generator.java.generators.BaseObjectGenerator.class - [JAR]
├─ de.sonallux.spotify.generator.java.generators.EndpointSplitter.class - [JAR]
├─ de.sonallux.spotify.generator.java.generators.ObjectGenerator.class - [JAR]
├─ de.sonallux.spotify.generator.java.generators.ObjectModelCreator.class - [JAR]
├─ de.sonallux.spotify.generator.java.generators.ScopeGenerator.class - [JAR]
├─ de.sonallux.spotify.generator.java.generators.SpotifyWebApiGenerator.class - [JAR]
de.sonallux.spotify.generator.java.util
├─ de.sonallux.spotify.generator.java.util.JavaPackage.class - [JAR]
├─ de.sonallux.spotify.generator.java.util.JavaUtils.class - [JAR]
├─ de.sonallux.spotify.generator.java.util.Markdown2Html.class - [JAR]
├─ de.sonallux.spotify.generator.java.util.OpenApiUtils.class - [JAR]