jar

io.determan : json-schema-maven-plugin

Maven & Gradle

Oct 19, 2017

json-schema-maven-plugin · Maven Plugin for creating bean from a json-schema

Table Of Contents

Latest Version

Download io.determan : json-schema-maven-plugin JAR file - Latest Versions:

All Versions

Download io.determan : json-schema-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 json-schema-maven-plugin-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.determan.maven

├─ io.determan.maven.Configuration.class - [JAR]

├─ io.determan.maven.ParserMojo.class - [JAR]

io.determan.pojo.generator.schema.bean

├─ io.determan.pojo.generator.schema.bean.SchemaClass.class - [JAR]

├─ io.determan.pojo.generator.schema.bean.SchemaEnum.class - [JAR]

├─ io.determan.pojo.generator.schema.bean.SchemaField.class - [JAR]

├─ io.determan.pojo.generator.schema.bean.SchemaObject.class - [JAR]

io.determan.pojo.generator.core.builder

├─ io.determan.pojo.generator.core.builder.AbstractBuilder.class - [JAR]

├─ io.determan.pojo.generator.core.builder.ClassBuilder.class - [JAR]

├─ io.determan.pojo.generator.core.builder.EnumBuilder.class - [JAR]

├─ io.determan.pojo.generator.core.builder.PojoBuilder.class - [JAR]

├─ io.determan.pojo.generator.core.builder.Utility.class - [JAR]

io.determan.pojo.generator.schema.bean.annotations

├─ io.determan.pojo.generator.schema.bean.annotations.FieldAnnotation.class - [JAR]

├─ io.determan.pojo.generator.schema.bean.annotations.LengthAnnotation.class - [JAR]

├─ io.determan.pojo.generator.schema.bean.annotations.MaximumAnnotation.class - [JAR]

├─ io.determan.pojo.generator.schema.bean.annotations.MinimumAnnotation.class - [JAR]

├─ io.determan.pojo.generator.schema.bean.annotations.NotNullAnnotation.class - [JAR]

├─ io.determan.pojo.generator.schema.bean.annotations.PatternAnnotation.class - [JAR]

io.determan.pojo.generator

├─ io.determan.pojo.generator.Parser.class - [JAR]

io.determan.pojo.generator.schema

├─ io.determan.pojo.generator.schema.ParserSchema.class - [JAR]

├─ io.determan.pojo.generator.schema.SCHEMA_KEY.class - [JAR]

├─ io.determan.pojo.generator.schema.SIMPLE_TYPE.class - [JAR]

├─ io.determan.pojo.generator.schema.SchemaUtilities.class - [JAR]