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 fakerpojo-0.0.4.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.survival1sm.fakerpojo.builders
├─ io.github.survival1sm.fakerpojo.builders.ClassBuilder.class - [JAR]
├─ io.github.survival1sm.fakerpojo.builders.DataBuilder.class - [JAR]
├─ io.github.survival1sm.fakerpojo.builders.ListBuilder.class - [JAR]
├─ io.github.survival1sm.fakerpojo.builders.MapBuilder.class - [JAR]
├─ io.github.survival1sm.fakerpojo.builders.PojoBuilder.class - [JAR]
├─ io.github.survival1sm.fakerpojo.builders.SetBuilder.class - [JAR]
io.github.survival1sm.fakerpojo.util
├─ io.github.survival1sm.fakerpojo.util.Utilities.class - [JAR]
io.github.survival1sm.fakerpojo.annotations
├─ io.github.survival1sm.fakerpojo.annotations.FakerField.class - [JAR]
io.github.survival1sm.fakerpojo.exceptions
├─ io.github.survival1sm.fakerpojo.exceptions.FieldGeneratorNotImplementedException.class - [JAR]
├─ io.github.survival1sm.fakerpojo.exceptions.UniqueValueException.class - [JAR]
io.github.survival1sm.fakerpojo.service
├─ io.github.survival1sm.fakerpojo.service.FieldValueService.class - [JAR]
├─ io.github.survival1sm.fakerpojo.service.PojoDataService.class - [JAR]
io.github.survival1sm.fakerpojo.domain
├─ io.github.survival1sm.fakerpojo.domain.DefaultFakerFieldProps.class - [JAR]
├─ io.github.survival1sm.fakerpojo.domain.FakerFieldProps.class - [JAR]
├─ io.github.survival1sm.fakerpojo.domain.Type.class - [JAR]
io.github.survival1sm.fakerpojo.generators
├─ io.github.survival1sm.fakerpojo.generators.DefaultValueGenerators.class - [JAR]
├─ io.github.survival1sm.fakerpojo.generators.FieldValueGenerator.class - [JAR]
io.github.survival1sm.fakerpojo
├─ io.github.survival1sm.fakerpojo.FakerPojo.class - [JAR]