Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

mulesoft-labs/raml-java-parser-interfaces

Repository files navigation

RAML Definition System

This repository contains generator of java interfaces for RAML parser.

IMPORTANT: This is still in development and should be considered alpha.

Installation

From NPM

npm install java-raml-parser-interfaces --save

From Sources

typings install
npm install
tsc

Generate

Make sure you executed all necessary installation steps before you try to generate anything. The result files can be found inside the ./java subfolder ending with .json.

RC2 Interfaces

Generating RC2 interfaces requires develop branch of https://github.com/raml-org/raml-definition-system to be linked as raml-definition-system dependency.

node dist/generateSpecInterfaces.js

You may also specify the -dstPath parameter in order to override default ./java destination path.

RAML version support

Currently, the definition system provides interfaces for RAML 0.8 and 1.0 RC1 version.

License

Apache License 2.0

About

Generator for Java RAML parser interfaces

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published