org.raml.jaxrs:jaxrs-code-generator

This project is all about two way transformation of JAX-RS-annotated Java code to RAML API description and back.

License

License

GroupId

GroupId

org.raml.jaxrs
ArtifactId

ArtifactId

jaxrs-code-generator
Last Version

Last Version

3.0.7
Release Date

Release Date

Type

Type

jar
Description

Description

This project is all about two way transformation of JAX-RS-annotated Java code to RAML API description and back.
Project Organization

Project Organization

Mulesoft

Download jaxrs-code-generator

How to add to project

<!-- https://jarcasting.com/artifacts/org.raml.jaxrs/jaxrs-code-generator/ -->
<dependency>
    <groupId>org.raml.jaxrs</groupId>
    <artifactId>jaxrs-code-generator</artifactId>
    <version>3.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.raml.jaxrs/jaxrs-code-generator/
implementation 'org.raml.jaxrs:jaxrs-code-generator:3.0.7'
// https://jarcasting.com/artifacts/org.raml.jaxrs/jaxrs-code-generator/
implementation ("org.raml.jaxrs:jaxrs-code-generator:3.0.7")
'org.raml.jaxrs:jaxrs-code-generator:jar:3.0.7'
<dependency org="org.raml.jaxrs" name="jaxrs-code-generator" rev="3.0.7">
  <artifact name="jaxrs-code-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.raml.jaxrs', module='jaxrs-code-generator', version='3.0.7')
)
libraryDependencies += "org.raml.jaxrs" % "jaxrs-code-generator" % "3.0.7"
[org.raml.jaxrs/jaxrs-code-generator "3.0.7"]

Dependencies

compile (10)

Group / Artifact Type Version
org.raml : raml-parser-2 jar 1.0.28
org.raml : raml-to-pojo jar 1.0.6
com.squareup : javapoet jar 1.11.1
commons-cli : commons-cli jar 1.3.1
javax.ws.rs : javax.ws.rs-api jar 2.0.1
com.google.guava : guava jar 19.0
org.jsonschema2pojo : jsonschema2pojo-core jar 0.5.1
com.sun.xml.bind : jaxb-xjc jar 2.1.6
javax.validation : validation-api jar 1.1.0.Final
org.hamcrest : hamcrest-all jar 1.3

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 4.0.0

test (3)

Group / Artifact Type Version
org.raml : raml-builder jar 1.0.6
junit : junit jar 4.12
org.mockito : mockito-core jar 2.25.1

Project Modules

There are no modules declared in this project.

RAML for JAX-RS

Introduction

The goal of RAML for JAX-RS is to provide a set of tools to work with these technologies in a way of being able to scaffold a JAVA + JAX-RS application based on an existing RAML API definition (Code Generation), or its roundtrip, generate the RAML API definition based on an existing JAVA + JAX-RS application (Documentation).

Documentation

There are two projects:

NOTE: raml-to-jaxrs supports both RAML 0.8 and 1.0. jaxrs-to-raml supports RAML 1.0 only, to generate RAML 0.8, you can use version 1.3.x of raml-for-jax-rs.

Maven artifacts

Maven artifacts are available at:

Releases are also available on Maven Central.

Contributing

If you are interested in contributing some code to this project, thanks! Please submit a Contributors Agreement acknowledging that you are transferring ownership.

To discuss this project:

  • bug/feature request: please file a github issue
  • If you're not sure: you can use the RAML forum or Slack
org.raml.jaxrs

Mulesoft Labs

Versions

Version
3.0.7
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.1.1
2.1.0