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 multilevel-cache-spring-boot-starter-1.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.lzhpo.cache.message
├─ com.lzhpo.cache.message.CacheMessage.class - [JAR]
├─ com.lzhpo.cache.message.CacheMessageBindingOperation.class - [JAR]
├─ com.lzhpo.cache.message.CacheMessageListener.class - [JAR]
com.lzhpo.common.redis
├─ com.lzhpo.common.redis.RedisScanOperations.class - [JAR]
com.lzhpo.cache
├─ com.lzhpo.cache.MultilevelCache.class - [JAR]
├─ com.lzhpo.cache.MultilevelCacheAutoConfiguration.class - [JAR]
├─ com.lzhpo.cache.MultilevelCacheManagerImpl.class - [JAR]
├─ com.lzhpo.cache.MultilevelCacheProperties.class - [JAR]