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 Oct 30, 2023. It is now read-only.
play.api.http.HttpErrorHandlerExceptions$$anon$1: Execution exception[[JsonMappingException: Could not find creator property with name '
Add
@JsonProperty
to the all case classes to make this work.(
Json.mapper.readValue(inputJsonString, classOf[Order])
)Solution for Order. Add it to all other case Classes.
e.g:
https://github.com/swagger-api/swagger-samples/blob/master/scala/scala-play2.4/app/models/Order.scala
The text was updated successfully, but these errors were encountered: