zapov

Results 196 comments of zapov

It certainly is. There are various examples on how to do it.

As naming strategy should be working now I'll close this

This seems to be working now with latest improvements on master: https://github.com/ngs-doo/dsl-json/commit/2d4067184dd7411a303c733333685ea98f436c27

There is now new option to specify this behavior: https://github.com/ngs-doo/dsl-json/commit/c6b790e8cb3446fc53fee17e04c647b7fb2f0001

I fixed this not to break, but it will encode property as isLocked If you want to encode it as locked it will need to have @JsonAttribute(name = "locked") I'm...