Open
Description
Reason
In the java the toString() method is intended to return a string representation of the object.
As jimmer uses the toString() method for returning the objects data as JSON, this feature cannot be used anymore.
Description
Make it possible that each object can return it's own domain specific string representation and use a jimmer specific method to get the JSON representation of the objects data.
For example:
String toJson()
or
String asJson()
Existing solutions
No response