News

When retrieving MBean data from JConsole or VisualVM the output is being formatted using Java's toString() method. Though MBeans are very convenient large output becomes unreadable. Hence, I needed ...
Even beginning Java developers are aware of the utility of the Object.toString() method that is available to all instances of Java classes and can be overridden to provide useful details regarding ...
jObjectFormatter is a library for implementing toString at runtime. It is easy to use, yet fully configurable and very flexible. You can decide which fields to include in toString using Java ...