t

tostring-implementation

This project is a library for any POJO class to implement a toString method. Given a class name and instance, the project will use reflection from Java API to get the getter methods for the given instance and execute it to print the methodName = methodValue in an appended string with comma separated values. This is very generic implementation so anybody can use this code to write their toString implementation. The idea is to avoid implementing toString by writing your own implementation every time. Please put your thoughts on the implementation so we can evolve as a project which will help every Java Developer.
https://github.com/trigunam/tostring-implementation
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
Yet to identify
Triguna Mutuguppe Sripathi
Aggregated version Version Update time
2.2 2.2 Sep 04, 2021
2.1 2.1 Sep 03, 2021
2 Records