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 redis-spring-boot-starter-3.1.2-beta-2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.vaulka.kit.redis.autoconfigure
├─ com.vaulka.kit.redis.autoconfigure.RedisCacheAutoConfiguration.class - [JAR]
├─ com.vaulka.kit.redis.autoconfigure.RedisCacheManagerAutoConfiguration.class - [JAR]
com.vaulka.kit.redis.manager
├─ com.vaulka.kit.redis.manager.RedisAutoCacheManager.class - [JAR]
com.vaulka.kit.redis.properties
├─ com.vaulka.kit.redis.properties.RedisCacheProperties.class - [JAR]
├─ com.vaulka.kit.redis.properties.RedisCacheableProperties.class - [JAR]
com.vaulka.kit.redis.serializer
├─ com.vaulka.kit.redis.serializer.RegexRedisSerializer.class - [JAR]