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 ksp-builder-gen-processor-0.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.toasttab.ksp.builder
├─ com.toasttab.ksp.builder.BuilderGenerator.class - [JAR]
├─ com.toasttab.ksp.builder.BuilderGeneratorProvider.class - [JAR]
com.toasttab.ksp.builder.descriptors
├─ com.toasttab.ksp.builder.descriptors.ContainerPropertyDescriptor.class - [JAR]
├─ com.toasttab.ksp.builder.descriptors.ContainerSpec.class - [JAR]
├─ com.toasttab.ksp.builder.descriptors.PropertyDescriptor.class - [JAR]
├─ com.toasttab.ksp.builder.descriptors.ScalarPropertyDescriptor.class - [JAR]
├─ com.toasttab.ksp.builder.descriptors.SimpleClassDescriptor.class - [JAR]