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-parser-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.parser.patching
├─ de.sonallux.spotify.parser.patching.AddOperation.class - [JAR]
├─ de.sonallux.spotify.parser.patching.DeleteOperation.class - [JAR]
├─ de.sonallux.spotify.parser.patching.Patch.class - [JAR]
├─ de.sonallux.spotify.parser.patching.PatchException.class - [JAR]
├─ de.sonallux.spotify.parser.patching.PatchOperation.class - [JAR]
├─ de.sonallux.spotify.parser.patching.PutOperation.class - [JAR]
├─ de.sonallux.spotify.parser.patching.RenameOperation.class - [JAR]
├─ de.sonallux.spotify.parser.patching.SetOperation.class - [JAR]
├─ de.sonallux.spotify.parser.patching.TestOperation.class - [JAR]
de.sonallux.spotify.parser
├─ de.sonallux.spotify.parser.ApiEndpointParser.class - [JAR]
├─ de.sonallux.spotify.parser.ApiObjectParser.class - [JAR]
├─ de.sonallux.spotify.parser.ApiParseException.class - [JAR]
├─ de.sonallux.spotify.parser.ApiPatches.class - [JAR]
├─ de.sonallux.spotify.parser.ApiScopesParser.class - [JAR]
├─ de.sonallux.spotify.parser.CLI.class - [JAR]
├─ de.sonallux.spotify.parser.Html2Markdown.class - [JAR]
├─ de.sonallux.spotify.parser.ParseUtils.class - [JAR]
├─ de.sonallux.spotify.parser.ResponseTypeMapper.class - [JAR]
├─ de.sonallux.spotify.parser.ScopeInjector.class - [JAR]
├─ de.sonallux.spotify.parser.WebApiParser.class - [JAR]