Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
/ dto2json Public archive

A Java-CLI tool that generates random json output from your .class files.

Notifications You must be signed in to change notification settings

espectro93/dto2json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dto 2 Json CLI Parser


Installation

  • Clone repository

  • mvn clean install

  • mvn clean compile assembly:single

  • If you want a convenient method to call the jar, add an alias to your ~/.bashrc:

    alias dto2json='java -jar <YOURPATH>/dto-to-json-parser/target/dto-to-json-parser-1.0-SNAPSHOT-jar-with-dependencies.jar'

Usage

  • If you want to generate JSON for any Dto, navigate into the working directory of that project and make sure the specific .class file has been built

Show required parameters

$ dto2json

Generate JSON Output

$ dto2json -f=TestclassDto.class -p=com.ggpstudio.parser

Features

For future releases there is Javax Validation Annotation compliant random Output intended

About

A Java-CLI tool that generates random json output from your .class files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages