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 cdm-value-objects-js-1.8.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.codingmatters.value.objects.js
├─ org.codingmatters.value.objects.js.Main.class - [JAR]
├─ org.codingmatters.value.objects.js.SpecJsGenerator.class - [JAR]
org.codingmatters.value.objects.js.generator.visitor
├─ org.codingmatters.value.objects.js.generator.visitor.JsTypeAssertionProcessor.class - [JAR]
├─ org.codingmatters.value.objects.js.generator.visitor.JsTypeReferenceProcessor.class - [JAR]
├─ org.codingmatters.value.objects.js.generator.visitor.JsValueObjectGenerator.class - [JAR]
├─ org.codingmatters.value.objects.js.generator.visitor.PropertiesDeserializationProcessor.class - [JAR]
├─ org.codingmatters.value.objects.js.generator.visitor.PropertiesSerializationProcessor.class - [JAR]
org.codingmatters.value.objects.js.generator.valueObject
├─ org.codingmatters.value.objects.js.generator.valueObject.GenerationContext.class - [JAR]
├─ org.codingmatters.value.objects.js.generator.valueObject.JsClassGenerator.class - [JAR]
org.codingmatters.value.objects.js.generator.packages
├─ org.codingmatters.value.objects.js.generator.packages.PackageConfiguration.class - [JAR]
├─ org.codingmatters.value.objects.js.generator.packages.PackageFilesBuilder.class - [JAR]
├─ org.codingmatters.value.objects.js.generator.packages.PackageFilesGenerator.class - [JAR]
org.codingmatters.value.objects.js.generator
├─ org.codingmatters.value.objects.js.generator.GenerationException.class - [JAR]
├─ org.codingmatters.value.objects.js.generator.JsFileWriter.class - [JAR]
├─ org.codingmatters.value.objects.js.generator.NamingUtility.class - [JAR]