DOC

io.github.trigunam.java.util : tostring-implementation

Maven & Gradle

Sep 04, 2021
1 stars

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.

Table Of Contents

Latest Version

Download io.github.trigunam.java.util : tostring-implementation Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.trigunam.java.util : tostring-implementation Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.2
2.1

How to open Javadoc JAR file in web browser

  1. Rename the file tostring-implementation-2.2-javadoc.jar to tostring-implementation-2.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder tostring-implementation-2.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "tostring-implementation-2.2-sources.jar" -d "tostring-implementation-2.2-javadoc" -subpackages