Skip to content
/ JSONPojo Public

Java library to create Java POJO from given JSON string.

Notifications You must be signed in to change notification settings

welle/JSONPojo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSONpojo Build Status Quality Gate

Java library to create Java POJO from given JSON string

Dependencies for the generated test units:

<!-- https://mvnrepository.com/artifact/org.mockito/mockito-all -->
<dependency>
	<groupId>org.mockito</groupId>
	<artifactId>mockito-all</artifactId>
	<version>1.10.19</version>
	<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.powermock/powermock-mockito-release-full -->
<dependency>
	<groupId>org.powermock</groupId>
	<artifactId>powermock-mockito-release-full</artifactId>
	<version>1.6.4</version>
	<type>pom</type>
	<scope>test</scope>
</dependency>

Version

Go to my maven repository to get the latest version.

Notes

Need the eclipse-external-annotations-m2e-plugin:

p2 update site to install this from: http://www.lastnpe.org/eclipse-external-annotations-m2e-plugin-p2-site/ (The 404 is normal, just because there is no index.html; it will work in Eclipse.)

About

Java library to create Java POJO from given JSON string.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published