smartcat-labs / ranger

Ranger is contextual data generator used to make sensible data for integration tests or to play with it in the database
https://www.smartcat.io/products/ranger-contextual-data-and-load-generator
Apache License 2.0
59 stars 11 forks source link

Impossible to re-use existing object mapper #180

Closed sustainablepace closed 6 years ago

sustainablepace commented 6 years ago

The object mapper is unconfigured. In most projects there is an already configured object mapper. With the plain object mapper I'm unable to deserialize LocalDateTime for example without adding deserialization annotations on my entity attributes.

vajda commented 6 years ago

Thanks for suggestion, fix for this will be probably included into next release, but will be supported only through Java API