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-plus-2.0.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.boot.autoconfigure.cache
├─ org.springframework.boot.autoconfigure.cache.XCacheAutoConfiguration.class - [JAR]
├─ org.springframework.boot.autoconfigure.cache.XCacheProperties.class - [JAR]
├─ org.springframework.boot.autoconfigure.cache.XRedisCacheConfiguration.class - [JAR]
org.springframework.cache.interceptor
├─ org.springframework.cache.interceptor.XRedisKeyGenerator.class - [JAR]
org.springframework.data.redis.cache
├─ org.springframework.data.redis.cache.XMockRedisCacheManager.class - [JAR]
├─ org.springframework.data.redis.cache.XMockRedisCacheWriter.class - [JAR]
├─ org.springframework.data.redis.cache.XRedisCacheManager.class - [JAR]
org.springframework.cache.annotation
├─ org.springframework.cache.annotation.XCacheParam.class - [JAR]
org.springframework.data.redis.serializer
├─ org.springframework.data.redis.serializer.XSimpleJackson2JsonRedisSerializer.class - [JAR]
org.springframework.boot.autoconfigure.data.redis
├─ org.springframework.boot.autoconfigure.data.redis.XLettuceConnectionConfiguration.class - [JAR]
├─ org.springframework.boot.autoconfigure.data.redis.XRedisAutoConfiguration.class - [JAR]
├─ org.springframework.boot.autoconfigure.data.redis.XRedisProperties.class - [JAR]