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 apollo-normalized-cache-sqlite-jvm-2.5.14.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.apollographql.apollo.cache.normalized.sql
├─ com.apollographql.apollo.cache.normalized.sql.ApolloDatabase.class - [JAR]
├─ com.apollographql.apollo.cache.normalized.sql.CacheQueries.class - [JAR]
├─ com.apollographql.apollo.cache.normalized.sql.RecordForKey.class - [JAR]
├─ com.apollographql.apollo.cache.normalized.sql.Records.class - [JAR]
├─ com.apollographql.apollo.cache.normalized.sql.RecordsForKeys.class - [JAR]
├─ com.apollographql.apollo.cache.normalized.sql.SqlNormalizedCache.class - [JAR]
├─ com.apollographql.apollo.cache.normalized.sql.SqlNormalizedCacheFactory.class - [JAR]
com.apollographql.apollo.cache.normalized.sql.apollonormalizedcachesqlite
├─ com.apollographql.apollo.cache.normalized.sql.apollonormalizedcachesqlite.ApolloDatabaseImpl.class - [JAR]
├─ com.apollographql.apollo.cache.normalized.sql.apollonormalizedcachesqlite.ApolloDatabaseImplKt.class - [JAR]
├─ com.apollographql.apollo.cache.normalized.sql.apollonormalizedcachesqlite.CacheQueriesImpl.class - [JAR]