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 bxfs-redis-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.sinsz.c
├─ com.sinsz.c.RedisUtil.class - [JAR]
com.sinsz.c.serializer
├─ com.sinsz.c.serializer.JsonRedisTemplate.class - [JAR]
├─ com.sinsz.c.serializer.ObjectRedisTemplate.class - [JAR]
├─ com.sinsz.c.serializer.ObjectSerializer.class - [JAR]
com.sinsz.c.context
├─ com.sinsz.c.context.BxfsRedisRegistrar.class - [JAR]
├─ com.sinsz.c.context.RedisConstant.class - [JAR]
├─ com.sinsz.c.context.TemplateFactoryAware.class - [JAR]
com.sinsz.c.annotation
├─ com.sinsz.c.annotation.EnableBxfsRedis.class - [JAR]