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 j-id-1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.jrouter.id.impl
├─ net.jrouter.id.impl.CuratorIdService.class - [JAR]
├─ net.jrouter.id.impl.IdGenerator2018.class - [JAR]
├─ net.jrouter.id.impl.IdWorker.class - [JAR]
├─ net.jrouter.id.impl.LocalFileIdService.class - [JAR]
├─ net.jrouter.id.impl.RedisIdService.class - [JAR]
net.jrouter.id.spring.boot.autoconfigure
├─ net.jrouter.id.spring.boot.autoconfigure.GeneratorType.class - [JAR]
├─ net.jrouter.id.spring.boot.autoconfigure.IdServiceAutoConfiguration.class - [JAR]
├─ net.jrouter.id.spring.boot.autoconfigure.IdServiceProperties.class - [JAR]
net.jrouter.id.support
├─ net.jrouter.id.support.CompositeIdGenerator.class - [JAR]
├─ net.jrouter.id.support.HostAndPort.class - [JAR]
├─ net.jrouter.id.support.IdServiceProperties.class - [JAR]
├─ net.jrouter.id.support.IdStorager.class - [JAR]
net.jrouter.id
├─ net.jrouter.id.Id.class - [JAR]
├─ net.jrouter.id.IdGenerator.class - [JAR]
├─ net.jrouter.id.Main.class - [JAR]
├─ net.jrouter.id.Recordable.class - [JAR]