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 bob-compiler-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.jonasgeiregat.bob.utils
├─ com.github.jonasgeiregat.bob.utils.Formatter.class - [JAR]
com.github.jonasgeiregat.bob
├─ com.github.jonasgeiregat.bob.Buildable.class - [JAR]
├─ com.github.jonasgeiregat.bob.TypeWriter.class - [JAR]
com.github.jonasgeiregat.bob.factories
├─ com.github.jonasgeiregat.bob.factories.BuildableSourceDefinitionFactory.class - [JAR]
com.github.jonasgeiregat.bob.definitions
├─ com.github.jonasgeiregat.bob.definitions.ConstructorDefinition.class - [JAR]
├─ com.github.jonasgeiregat.bob.definitions.FieldDefinition.class - [JAR]
├─ com.github.jonasgeiregat.bob.definitions.GenericParameterDefinition.class - [JAR]
├─ com.github.jonasgeiregat.bob.definitions.MethodDefinition.class - [JAR]
├─ com.github.jonasgeiregat.bob.definitions.ParameterDefinition.class - [JAR]
├─ com.github.jonasgeiregat.bob.definitions.SimpleTypeDefinition.class - [JAR]
├─ com.github.jonasgeiregat.bob.definitions.TypeDefinition.class - [JAR]
com.github.jonasgeiregat.bob.generators
├─ com.github.jonasgeiregat.bob.generators.BuilderGenerator.class - [JAR]
com.github.jonasgeiregat.bob.processor
├─ com.github.jonasgeiregat.bob.processor.BuildableProcessor.class - [JAR]
com.github.jonasgeiregat.bob.specs
├─ com.github.jonasgeiregat.bob.specs.BaseTypeSpecFactory.class - [JAR]
├─ com.github.jonasgeiregat.bob.specs.FieldsInsideBuilderTypeSpecFactory.class - [JAR]
├─ com.github.jonasgeiregat.bob.specs.InstanceInsideBuilderTypeSpecFactory.class - [JAR]
├─ com.github.jonasgeiregat.bob.specs.TypeSpecFactory.class - [JAR]