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 coat-processor-0.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.poiu.coat.annotation
├─ de.poiu.coat.annotation.Coat.class - [JAR]
├─ de.poiu.coat.annotation.VoidConverter.class - [JAR]
├─ de.poiu.coat.annotation.VoidListParser.class - [JAR]
de.poiu.coat.processor.casing
├─ de.poiu.coat.processor.casing.CasingStrategy.class - [JAR]
├─ de.poiu.coat.processor.casing.KebapCaseConverter.class - [JAR]
├─ de.poiu.coat.processor.casing.SnakeCaseConverter.class - [JAR]
de.poiu.coat.processor
├─ de.poiu.coat.processor.ClassTypeArrayVisitor.class - [JAR]
├─ de.poiu.coat.processor.ClassTypeVisitor.class - [JAR]
├─ de.poiu.coat.processor.CoatProcessor.class - [JAR]
├─ de.poiu.coat.processor.CoatProcessorException.class - [JAR]
├─ de.poiu.coat.processor.ConfigParamHandler.class - [JAR]
├─ de.poiu.coat.processor.ConfigParamSpec.class - [JAR]
├─ de.poiu.coat.processor.EmbeddedParamSpec.class - [JAR]
├─ de.poiu.coat.processor.ImmutableConfigParamSpec.class - [JAR]
├─ de.poiu.coat.processor.ImmutableEmbeddedParamSpec.class - [JAR]
├─ de.poiu.coat.processor.TypeNameVisitor.class - [JAR]
├─ de.poiu.coat.processor.Utils.class - [JAR]