java.lang.Object
ushiosan.jvm_utilities.internal.print.instance.PrintInstance

public final class PrintInstance extends Object
Class with utilities used to print instances dynamically
  • Method Details

    • getInstance

      public static PrintInstance getInstance()
      Get current class instance
      Returns:
      an instance of current class
    • toString

      Loop through the entire object and create a representation of the object in a text string. This behavior can be configured using class annotations such as PrintOpts and PrintExclude.
      Parameters:
      obj - the object to transform
      Returns:
      object string representation