jar

com.tosan.tools : tosan-tostring-builder

Maven & Gradle

Jan 17, 2023
1 stars

tosan-tostring-builder · Library provides interface for use in toString method and determine each field how should be shown. also, you can choose from two implementations provided for simple and json formatting. also, provides interface for use in aspect to log service call.

Table Of Contents

Latest Version

Download com.tosan.tools : tosan-tostring-builder JAR file - Latest Versions:

All Versions

Download com.tosan.tools : tosan-tostring-builder JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

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 tosan-tostring-builder-1.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.tosan.tools.logger

├─ com.tosan.tools.logger.JsonServiceLogger.class - [JAR]

├─ com.tosan.tools.logger.LogMode.class - [JAR]

├─ com.tosan.tools.logger.ServiceLogger.class - [JAR]

├─ com.tosan.tools.logger.ServiceLoggerImpl.class - [JAR]

├─ com.tosan.tools.logger.SimpleServiceLogger.class - [JAR]

com.tosan.tools.util

├─ com.tosan.tools.util.EncryptStringUtil.class - [JAR]

├─ com.tosan.tools.util.MinimalJsonWriter.class - [JAR]

├─ com.tosan.tools.util.ToStringConstant.class - [JAR]

├─ com.tosan.tools.util.ToStringJsonUtil.class - [JAR]

com.tosan.tools.tostring

├─ com.tosan.tools.tostring.AbstractToStringBuilder.class - [JAR]

├─ com.tosan.tools.tostring.Format.class - [JAR]

├─ com.tosan.tools.tostring.JsonToStringBuilderImpl.class - [JAR]

├─ com.tosan.tools.tostring.SimpleToStringBuilderImpl.class - [JAR]

├─ com.tosan.tools.tostring.ToStringBuilder.class - [JAR]

├─ com.tosan.tools.tostring.ToStringBuilderImpl.class - [JAR]