raml-org / raml-java-parser

(deprecated) A RAML parser based on SnakeYAML written in Java
Other
174 stars 121 forks source link

Wanna use raml-java-parser and build raml spec file by code. #425

Open yqnetwork opened 7 years ago

yqnetwork commented 7 years ago

raml-java-parser just can parser raml spec file to object, and validate it. Why don't use these raml objects and interfaces to implement another feature. what parse an idea or some raml objects to raml spec file. Help people build their raml spec by java code. At least keep these abstraction independence. I want build raml file by java code, but I lack some base raml object and abstract object of raml
spec. There is an abstraction of the full raml spec file but just validate and parse to object not reverse object to raml spec file. Maybe, this feature is irrelevant.

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

jpbelang commented 6 years ago

Working on this.

https://github.com/mulesoft-labs/raml-java-tools

Not done yet, but moving forward.