jar

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 JAR file - Latest Versions:

All Versions

Download io.github.trigunam.java.util : tostring-implementation JAR file - All Versions:

Version Vulnerabilities Size Updated
2.2
2.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window tostring-implementation-2.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.trigunam.java.util

├─ io.github.trigunam.java.util.Utilities.class - [JAR]

io.github.trigunam.java.constants

├─ io.github.trigunam.java.constants.ToStringConstants.class - [JAR]

io.github.trigunam.java

├─ io.github.trigunam.java.HelloToString.class - [JAR]