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
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?