Class ConsoleTreeSerializer

java.lang.Object
introspector.model.traverse.TxtTreeSerializer
introspector.model.traverse.ConsoleTreeSerializer
All Implemented Interfaces:
TreeSerializer

public class ConsoleTreeSerializer extends TxtTreeSerializer
A serializer to show a tree in the console
  • Constructor Details

    • ConsoleTreeSerializer

      ConsoleTreeSerializer()
      Constructor of the class
    • ConsoleTreeSerializer

      public ConsoleTreeSerializer(boolean allInfo)
      Constructor of the class
      Parameters:
      allInfo - if all the info in the nodes must be displayed (i.e., toString() method of objects wrapped by nodes)
  • Method Details