We would love to serialize the response objects to JSON for microservice integration. However, this is difficult given the response classes do not have default constructors.
Would you be interested in a pull request that integrates Lombok to provide no-args contructors and builders?
Or, would you be amenable to a pull request that simply provided no-args, default constructors?