forked from loafle/openapi-generator-original
[scala] [template] scala model property style (#5486)
* Model property naming style generic for scala * scala templates based on abstractScala regererated * docs generators updated * property format tests
This commit is contained in:
committed by
GitHub
parent
a10452e37f
commit
6dd76d65e7
@@ -6,7 +6,7 @@ import play.api.libs.json._
|
||||
* A User who is purchasing from the pet store
|
||||
* @param userStatus User Status
|
||||
*/
|
||||
@javax.annotation.Generated(value = Array("org.openapitools.codegen.languages.ScalaPlayFrameworkServerCodegen"), date = "2020-02-25T23:20:59.671788+07:00[Asia/Bangkok]")
|
||||
@javax.annotation.Generated(value = Array("org.openapitools.codegen.languages.ScalaPlayFrameworkServerCodegen"), date = "2020-02-29T14:21:53.710+07:00[Asia/Bangkok]")
|
||||
case class User(
|
||||
id: Option[Long],
|
||||
username: Option[String],
|
||||
|
||||
Reference in New Issue
Block a user