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

Java parser lacks of java type bindings

Open bademux opened this issue 9 years ago • 0 comments

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

bademux avatar Mar 23 '16 12:03 bademux