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 gbfs-loader-java-2.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.entur.gbfs
├─ org.entur.gbfs.GbfsDelivery.class - [JAR]
├─ org.entur.gbfs.GbfsLoader.class - [JAR]
├─ org.entur.gbfs.GbfsSubscription.class - [JAR]
├─ org.entur.gbfs.GbfsSubscriptionManager.class - [JAR]
├─ org.entur.gbfs.GbfsSubscriptionOptions.class - [JAR]
├─ org.entur.gbfs.HttpUtils.class - [JAR]
org.entur.gbfs.authentication
├─ org.entur.gbfs.authentication.BearerTokenRequestAuthenticator.class - [JAR]
├─ org.entur.gbfs.authentication.DummyRequestAuthenticator.class - [JAR]
├─ org.entur.gbfs.authentication.HttpHeadersRequestAuthenticator.class - [JAR]
├─ org.entur.gbfs.authentication.Oauth2ClientCredentialsGrantRequestAuthenticator.class - [JAR]
├─ org.entur.gbfs.authentication.RequestAuthenticationException.class - [JAR]
├─ org.entur.gbfs.authentication.RequestAuthenticator.class - [JAR]