phoenixnap / springmvc-raml-plugin

Spring MVC - RAML Spec Synchroniser Plugin. A Maven plugin designed to Generate Server & Client code in Spring from a RAML API descriptor and conversely, a RAML API document from the SpringMVC Server implementation.
Apache License 2.0
136 stars 84 forks source link

Which type to set in schema -> "Long" in Java #239

Closed emichaf closed 6 years ago

emichaf commented 6 years ago

Which type to set in schema to map to "Long" in Java class

stojsavljevic commented 6 years ago

You can use integer in a schema but set useLongIntegers property in generationConfig to true