raml-java-parser icon indicating copy to clipboard operation
raml-java-parser copied to clipboard

RamlEmitter is missing

Open aweisser opened this issue 8 years ago • 3 comments

Hi there,

we currently trying to integrate the raml-parser-2 into our springmvc-raml-plugin. In our project we need create a raml model out of Java source code and finally serialize the model to a .raml file. But we're missing something like org.raml.emitter.RamlEmitter in raml-parser-2

What would be the easiest way to generate a .raml file out of Java source code with raml-parser-2?

br,

Armin

Aha! Link: https://mulesoft-roadmap.aha.io/features/APIRAML-131

aweisser avatar Jul 16 '16 16:07 aweisser

At the moment the model cannot be modified and there's no emitter yet. The idea is to implement both features in the near future.

svacas avatar Jul 17 '16 23:07 svacas

Any plans to include it?

monikma avatar Jul 07 '17 14:07 monikma

Hi. You should watch this repository for the emitter and other helpful tools.

sichvoge avatar Jul 08 '17 17:07 sichvoge