raml-java-parser
raml-java-parser copied to clipboard
RamlEmitter is missing
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
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.
Any plans to include it?
Hi. You should watch this repository for the emitter and other helpful tools.