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 jschema-maven-plugin-0.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.determan.jschema.pojo.generator.schema.bean
├─ io.determan.jschema.pojo.generator.schema.bean.SchemaClass.class - [JAR]
├─ io.determan.jschema.pojo.generator.schema.bean.SchemaEnum.class - [JAR]
├─ io.determan.jschema.pojo.generator.schema.bean.SchemaField.class - [JAR]
├─ io.determan.jschema.pojo.generator.schema.bean.SchemaObject.class - [JAR]
io.determan.jschema.maven
├─ io.determan.jschema.maven.Configuration.class - [JAR]
├─ io.determan.jschema.maven.ParserMojo.class - [JAR]
io.determan.jschema.pojo.generator.schema
├─ io.determan.jschema.pojo.generator.schema.ParserSchema.class - [JAR]
├─ io.determan.jschema.pojo.generator.schema.SCHEMA_KEY.class - [JAR]
├─ io.determan.jschema.pojo.generator.schema.SIMPLE_TYPE.class - [JAR]
├─ io.determan.jschema.pojo.generator.schema.SchemaUtils.class - [JAR]
io.determan.jschema.pojo.generator.core.builder
├─ io.determan.jschema.pojo.generator.core.builder.AbstractBuilder.class - [JAR]
├─ io.determan.jschema.pojo.generator.core.builder.ClassBuilder.class - [JAR]
├─ io.determan.jschema.pojo.generator.core.builder.EnumBuilder.class - [JAR]
├─ io.determan.jschema.pojo.generator.core.builder.PojoBuilder.class - [JAR]
├─ io.determan.jschema.pojo.generator.core.builder.Utility.class - [JAR]
io.determan.jschema.pojo.generator
├─ io.determan.jschema.pojo.generator.Parser.class - [JAR]
io.determan.jschema
├─ io.determan.jschema.ArrayUtils.class - [JAR]
├─ io.determan.jschema.NodeUtils.class - [JAR]
├─ io.determan.jschema.StringUtils.class - [JAR]
io.determan.jschema.pojo.generator.schema.bean.annotations
├─ io.determan.jschema.pojo.generator.schema.bean.annotations.FieldAnnotation.class - [JAR]
├─ io.determan.jschema.pojo.generator.schema.bean.annotations.LengthAnnotation.class - [JAR]
├─ io.determan.jschema.pojo.generator.schema.bean.annotations.MaximumAnnotation.class - [JAR]
├─ io.determan.jschema.pojo.generator.schema.bean.annotations.MinimumAnnotation.class - [JAR]
├─ io.determan.jschema.pojo.generator.schema.bean.annotations.NotNullAnnotation.class - [JAR]
├─ io.determan.jschema.pojo.generator.schema.bean.annotations.PatternAnnotation.class - [JAR]