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 spring-boot-starter-data-redis-2.0.7.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.cache.interceptor
├─ org.springframework.cache.interceptor.RedisKeyGenerator.class - [JAR]
org.springframework.boot.autoconfigure.cache
├─ org.springframework.boot.autoconfigure.cache.CustomCacheAutoConfiguration.class - [JAR]
├─ org.springframework.boot.autoconfigure.cache.CustomCacheProperties.class - [JAR]
├─ org.springframework.boot.autoconfigure.cache.CustomRedisCacheConfiguration.class - [JAR]
org.springframework.data.redis.cache
├─ org.springframework.data.redis.cache.CustomRedisCacheManager.class - [JAR]
├─ org.springframework.data.redis.cache.MockRedisCacheManager.class - [JAR]
├─ org.springframework.data.redis.cache.MockRedisCacheWriter.class - [JAR]
org.springframework.cache.annotation
├─ org.springframework.cache.annotation.CacheParam.class - [JAR]
org.springframework.data.redis.serializer
├─ org.springframework.data.redis.serializer.SimpleJackson2JsonRedisSerializer.class - [JAR]
org.springframework.boot.autoconfigure.data.redis
├─ org.springframework.boot.autoconfigure.data.redis.CustomLettuceConnectionConfiguration.class - [JAR]
├─ org.springframework.boot.autoconfigure.data.redis.CustomRedisAutoConfiguration.class - [JAR]
├─ org.springframework.boot.autoconfigure.data.redis.CustomRedisProperties.class - [JAR]