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 generate-resource-1.0.1-2024.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.nbsaas.boot.generate.data.repository
├─ com.nbsaas.boot.generate.data.repository.GenerateSequenceRepository.class - [JAR]
com.nbsaas.boot.generate.rest.convert
├─ com.nbsaas.boot.generate.rest.convert.GenerateSequenceEntityConvert.class - [JAR]
├─ com.nbsaas.boot.generate.rest.convert.GenerateSequenceResponseConvert.class - [JAR]
├─ com.nbsaas.boot.generate.rest.convert.GenerateSequenceSimpleConvert.class - [JAR]
com.nbsaas.boot.generate.data.entity
├─ com.nbsaas.boot.generate.data.entity.GenerateSequence.class - [JAR]
com.nbsaas.boot.generate.ext.generator
├─ com.nbsaas.boot.generate.ext.generator.CompositeGenerator.class - [JAR]
├─ com.nbsaas.boot.generate.ext.generator.DateGenerator.class - [JAR]
├─ com.nbsaas.boot.generate.ext.generator.KeyGenerator.class - [JAR]
├─ com.nbsaas.boot.generate.ext.generator.LongGenerator.class - [JAR]
├─ com.nbsaas.boot.generate.ext.generator.RandomGenerator.class - [JAR]
├─ com.nbsaas.boot.generate.ext.generator.StepGenerator.class - [JAR]
com.nbsaas.boot.generate.rest.resource
├─ com.nbsaas.boot.generate.rest.resource.GenerateSequenceResource.class - [JAR]
com.nbsaas.boot.generate.ext.resource
├─ com.nbsaas.boot.generate.ext.resource.GenerateSequenceExtResource.class - [JAR]