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-generator-open-api-2021.10.17.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.sonallux.spotify.generator.openapi
├─ de.sonallux.spotify.generator.openapi.CLI.class - [JAR]
├─ de.sonallux.spotify.generator.openapi.CloneHelper.class - [JAR]
├─ de.sonallux.spotify.generator.openapi.OpenApiGenerator.class - [JAR]
├─ de.sonallux.spotify.generator.openapi.VersionProvider.class - [JAR]
de.sonallux.spotify.generator.openapi.validation
├─ de.sonallux.spotify.generator.openapi.validation.Instance.class - [JAR]
├─ de.sonallux.spotify.generator.openapi.validation.OpenApiValidator.class - [JAR]
├─ de.sonallux.spotify.generator.openapi.validation.Schema.class - [JAR]
├─ de.sonallux.spotify.generator.openapi.validation.SchemaValidationError.class - [JAR]
├─ de.sonallux.spotify.generator.openapi.validation.ValidationResponse.class - [JAR]