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 finnhub-java-client-0.1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.oscerd.finnhub.model
├─ com.github.oscerd.finnhub.model.Candle.class - [JAR]
├─ com.github.oscerd.finnhub.model.CompanyProfile.class - [JAR]
├─ com.github.oscerd.finnhub.model.EnrichedSymbol.class - [JAR]
├─ com.github.oscerd.finnhub.model.Exchange.class - [JAR]
├─ com.github.oscerd.finnhub.model.Quote.class - [JAR]
├─ com.github.oscerd.finnhub.model.Symbol.class - [JAR]
├─ com.github.oscerd.finnhub.model.SymbolLookup.class - [JAR]
com.github.oscerd.finnhub.client
├─ com.github.oscerd.finnhub.client.Endpoint.class - [JAR]
├─ com.github.oscerd.finnhub.client.FinnhubClient.class - [JAR]