Coder Social home page Coder Social logo

sadnessofatlantis / jsonschema2pojo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from joelittlejohn/jsonschema2pojo

0.0 1.0 0.0 9.54 MB

Generate Java types from JSON or JSON Schema and annotates those types for data-binding with Jackson, Gson, etc

Home Page: http://www.jsonschema2pojo.org

License: Apache License 2.0

Java 84.99% Shell 0.49% Groovy 1.25% HTML 1.92% Batchfile 0.05% Scala 11.30%

jsonschema2pojo's Introduction

jsonschema2pojo Build Status Maven Central

jsonschema2pojo generates Java types from JSON Schema (or example JSON) and can annotate those types for data-binding with Jackson 1.x, Jackson 2.x or Gson.

Note: there are breaking changes between 0.5.1 and 1.0.0. Check the change log. Anything marked in bold in the 1.0.0 alpha, beta and final release is a breaking change.

Try jsonschema2pojo online
or brew install jsonschema2pojo

You can use jsonschema2pojo as a Maven plugin, an Ant task, a command line utility, a Gradle plugin or embedded within your own Java app. The Getting Started guide will show you how.

A very simple Maven example:

<plugin>
    <groupId>org.jsonschema2pojo</groupId>
    <artifactId>jsonschema2pojo-maven-plugin</artifactId>
    <version>1.0.1</version>
    <configuration>
        <sourceDirectory>${basedir}/src/main/resources/schema</sourceDirectory>
        <targetPackage>com.example.types</targetPackage>
    </configuration>
    <executions>
        <execution>
            <goals>
                <goal>generate</goal>
            </goals>
        </execution>
    </executions>
</plugin>

Useful pages:

Project resources:

Licensed under the Apache License, Version 2.0.

YourKit

Special thanks to YourKit, who support this project through a free license for their full-featured YourKit Java Profiler.

jsonschema2pojo's People

Contributors

joelittlejohn avatar ctrimble avatar dewthefifth avatar thachhoang avatar jrehwaldt avatar www-syndy-co-uk avatar samskiter avatar yomik avatar ben-manes avatar spacebison avatar ddcruver avatar simpleton avatar shrey-garg avatar ramib85 avatar aldaris avatar newmen avatar jjjhhhlll avatar sergiomodulusdata avatar bbohl avatar john-tipper avatar jharmelink avatar argo4242 avatar anserran avatar johnjohndoe avatar stefma avatar michalkolodziejski avatar markingramtrafigura avatar jvasiljevich avatar johnkeeping avatar fge avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.