You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
Was able to generate the Wrapper classes from RAML-to-jaxrs in RAML 0.8 using raml-jaxrs-maven-plugin with the following JSON syntax. "Interest": {“type":"object", "javaType":"java.math.BigDecimal” }
Is there a way we can generate the similar Wrapper classes (ex. "java.lang.Long" for "long" in RAML1.0 datatype schema) using the raml-to-jaxrs-maven-plugin?
The text was updated successfully, but these errors were encountered:
Hi,
Was able to generate the Wrapper classes from RAML-to-jaxrs in RAML 0.8 using raml-jaxrs-maven-plugin with the following JSON syntax.
"Interest": {“type":"object", "javaType":"java.math.BigDecimal” }
Is there a way we can generate the similar Wrapper classes (ex. "java.lang.Long" for "long" in RAML1.0 datatype schema) using the raml-to-jaxrs-maven-plugin?
The text was updated successfully, but these errors were encountered: