-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Hi,
i tried to implement the api in a project, but i have some problems with the data types:
When i send a number i get (integer & format: int64 in swagger):
play.api.http.HttpErrorHandlerExceptions$$anon$1: Execution exception[[ClassCastException: java.lang.Integer cannot be cast to java.lang.Long]]
and when i send a date-time object from swagger i get:
play.api.http.HttpErrorHandlerExceptions$$anon$1: Execution exception[[JsonMappingException: Can not instantiate value of type [simple type, class java.time.ZonedDateTime] from String value ('2017-03-25T11:58:04.522Z'); no single-String constructor/factory method at [Source: [B@4dc50d3; line: 17, column: 14] (through reference chain: Contact["created"])]]
Do you have an idea what's the problem?
Greetings Tobias