jar

org.requirementsascode : javadataclass

Maven & Gradle

Mar 02, 2021
164 stars

javadataclass · A simple Java source file generator, that takes a YAML file as an input.

Table Of Contents

Latest Version

Download org.requirementsascode : javadataclass JAR file - Latest Versions:

All Versions

Download org.requirementsascode : javadataclass JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window javadataclass-0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

de.bertilmuth.javadataclass

├─ de.bertilmuth.javadataclass.Main.class - [JAR]

de.bertilmuth.javadataclass.generate

├─ de.bertilmuth.javadataclass.generate.JavaDataClassGenerator.class - [JAR]

de.bertilmuth.javadataclass.model

├─ de.bertilmuth.javadataclass.model.ClassSpecification.class - [JAR]

├─ de.bertilmuth.javadataclass.model.FieldSpecification.class - [JAR]

de.bertilmuth.javadataclass.read

├─ de.bertilmuth.javadataclass.read.YamlClassSpecificationReader.class - [JAR]