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 final-redis-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.ifinal.finalframework.redis.serializer
├─ org.ifinal.finalframework.redis.serializer.Object2JsonRedisSerializer.class - [JAR]
├─ org.ifinal.finalframework.redis.serializer.Object2StringRedisSerializer.class - [JAR]
org.ifinal.finalframework.redis
├─ org.ifinal.finalframework.redis.FinalRedisTemplate.class - [JAR]
├─ org.ifinal.finalframework.redis.Redis.class - [JAR]
├─ org.ifinal.finalframework.redis.RedisRegistry.class - [JAR]