jar

io.github.deduper : pojo-to-raml-jdk12

Maven & Gradle

Mar 27, 2019
0 stars

A fork of mulesoft-lab's pojo-to-raml library; patched to run in Java 9 and higher

Table Of Contents

Latest Version

Download io.github.deduper : pojo-to-raml-jdk12 JAR file - Latest Versions:

All Versions

Download io.github.deduper : pojo-to-raml-jdk12 JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

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 pojo-to-raml-jdk12-1.0.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.raml.pojotoraml.field

├─ org.raml.pojotoraml.field.FieldClassParser.class - [JAR]

├─ org.raml.pojotoraml.field.FieldProperty.class - [JAR]

org.raml.pojotoraml.types

├─ org.raml.pojotoraml.types.CollectionRamlType.class - [JAR]

├─ org.raml.pojotoraml.types.ComposedRamlType.class - [JAR]

├─ org.raml.pojotoraml.types.EnumRamlType.class - [JAR]

├─ org.raml.pojotoraml.types.RamlType.class - [JAR]

├─ org.raml.pojotoraml.types.RamlTypeFactory.class - [JAR]

├─ org.raml.pojotoraml.types.ScalarType.class - [JAR]

org.raml.pojotoraml.plugins

├─ org.raml.pojotoraml.plugins.ChangeTypeName.class - [JAR]

├─ org.raml.pojotoraml.plugins.NullClassParser.class - [JAR]

├─ org.raml.pojotoraml.plugins.PojoToRamlClassParserFactory.class - [JAR]

├─ org.raml.pojotoraml.plugins.PojoToRamlExtensionFactory.class - [JAR]

├─ org.raml.pojotoraml.plugins.RamlGenerator.class - [JAR]

├─ org.raml.pojotoraml.plugins.RamlGeneratorForClass.class - [JAR]

├─ org.raml.pojotoraml.plugins.RamlGeneratorPlugin.class - [JAR]

├─ org.raml.pojotoraml.plugins.RamlGenerators.class - [JAR]

org.raml.pojotoraml

├─ org.raml.pojotoraml.AdjusterFactory.class - [JAR]

├─ org.raml.pojotoraml.ClassParser.class - [JAR]

├─ org.raml.pojotoraml.ClassParserFactory.class - [JAR]

├─ org.raml.pojotoraml.PojoToRaml.class - [JAR]

├─ org.raml.pojotoraml.PojoToRamlBuilder.class - [JAR]

├─ org.raml.pojotoraml.PojoToRamlImpl.class - [JAR]

├─ org.raml.pojotoraml.Property.class - [JAR]

├─ org.raml.pojotoraml.RamlAdjuster.class - [JAR]

├─ org.raml.pojotoraml.Result.class - [JAR]

org.raml.pojotoraml.util

├─ org.raml.pojotoraml.util.AnnotationFinder.class - [JAR]