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 camellia-cache-spring-boot-1.2.25.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.netease.nim.camellia.cache.spring
├─ com.netease.nim.camellia.cache.spring.CamelliaCacheConfiguration.class - [JAR]
├─ com.netease.nim.camellia.cache.spring.CamelliaCacheProperties.class - [JAR]
├─ com.netease.nim.camellia.cache.spring.CamelliaCacheSerializer.class - [JAR]
├─ com.netease.nim.camellia.cache.spring.CamelliaCacheSerializerException.class - [JAR]
├─ com.netease.nim.camellia.cache.spring.Jackson2JsonCamelliaCacheSerializer.class - [JAR]
├─ com.netease.nim.camellia.cache.spring.LocalNativeCache.class - [JAR]
├─ com.netease.nim.camellia.cache.spring.LocalNativeCacheInitializer.class - [JAR]
├─ com.netease.nim.camellia.cache.spring.RemoteNativeCache.class - [JAR]
├─ com.netease.nim.camellia.cache.spring.RemoteNativeCacheInitializer.class - [JAR]
com.netease.nim.camellia.cache.spring.redis
├─ com.netease.nim.camellia.cache.spring.redis.RedisNativeCache.class - [JAR]
├─ com.netease.nim.camellia.cache.spring.redis.RedisNativeCacheInitializer.class - [JAR]
com.netease.nim.camellia.cache.spring.caffeine
├─ com.netease.nim.camellia.cache.spring.caffeine.CaffeineNativeCache.class - [JAR]
├─ com.netease.nim.camellia.cache.spring.caffeine.CaffeineNativeCacheInitializer.class - [JAR]