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 fakegen-core-0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.drippinger.fakegen.uninstanciable
├─ de.drippinger.fakegen.uninstanciable.DynamicClassGenerator.class - [JAR]
de.drippinger.fakegen.domain
├─ de.drippinger.fakegen.domain.DomainConfiguration.class - [JAR]
├─ de.drippinger.fakegen.domain.DomainTuple.class - [JAR]
├─ de.drippinger.fakegen.domain.ObjectFiller.class - [JAR]
├─ de.drippinger.fakegen.domain.SimpleDomainConfiguration.class - [JAR]
de.drippinger.fakegen.util
├─ de.drippinger.fakegen.util.Ignore.class - [JAR]
├─ de.drippinger.fakegen.util.LevenstheinDistance.class - [JAR]
├─ de.drippinger.fakegen.util.ReflectionUtils.class - [JAR]
├─ de.drippinger.fakegen.util.StringUtils.class - [JAR]
de.drippinger.fakegen
├─ de.drippinger.fakegen.FakegenUtils.class - [JAR]
├─ de.drippinger.fakegen.MethodHolder.class - [JAR]
├─ de.drippinger.fakegen.TestDataFiller.class - [JAR]
de.drippinger.fakegen.exception
├─ de.drippinger.fakegen.exception.ExceptionHelper.class - [JAR]
├─ de.drippinger.fakegen.exception.FakegenException.class - [JAR]