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 keyplugin-spring-boot-starter-1.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.plugin.annotation
├─ com.plugin.annotation.Id.class - [JAR]
├─ com.plugin.annotation.IdType.class - [JAR]
com.plugin
├─ com.plugin.GenerateKeyInterceptor.class - [JAR]
├─ com.plugin.KeyPluginAutoConfiguration.class - [JAR]
├─ com.plugin.SnowflakeIdWorker.class - [JAR]
com.plugin.handler
├─ com.plugin.handler.AbstractKeyGenerator.class - [JAR]
├─ com.plugin.handler.KeyGenerator.class - [JAR]
├─ com.plugin.handler.KeyGeneratorFactory.class - [JAR]
├─ com.plugin.handler.LongSnowKeyGenerator.class - [JAR]
├─ com.plugin.handler.StringSnowKeyGenerator.class - [JAR]
├─ com.plugin.handler.StringUUIDKeyGenerator.class - [JAR]
com.plugin.properties
├─ com.plugin.properties.KeyPluginProperties.class - [JAR]