raml-java-parser
raml-java-parser copied to clipboard
Java parser lacks of java type bindings
Subj.
There is no need to use ParamType JRE classes String.class, Integer.class, Date.class, BigDecimal.class, Boolean.class, File.class can be used directly.
Simple backwardcompat. solution will be providing Class<?> ParamType#getJavaType() for enum.
It is the first you need when try to use parser. Thanks
Aha! Link: https://mulesoft-roadmap.aha.io/features/APIRAML-135