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 common-snowflake-id-spring-boot3-starter-1.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.data.snowflake.properties
├─ com.data.snowflake.properties.SnowflakeIdProperties.class - [JAR]
com.data.snowflake.workerid.impl
├─ com.data.snowflake.workerid.impl.WorkerIdDefaultImpl.class - [JAR]
├─ com.data.snowflake.workerid.impl.WorkerIdGeneratorRedisImpl.class - [JAR]
com.data.snowflake.model
├─ com.data.snowflake.model.WorkerIdInstance.class - [JAR]
com.data.snowflake.workerid
├─ com.data.snowflake.workerid.WorkerIdGenerator.class - [JAR]
com.data.snowflake.util
├─ com.data.snowflake.util.SnowflakeIdUtils.class - [JAR]
com.data.snowflake.config
├─ com.data.snowflake.config.SnowflakeIdConfiguration.class - [JAR]