Interface Printer

All Known Implementing Classes:
DefaultPrinter

public interface Printer
Interface for printing objects to the console with various formatting options. The Printer interface provides methods for displaying objects in different formats, such as tables or structured output, with customizable styling and formatting options. Implementations of this interface handle the conversion of various object types to formatted text output, with support for syntax highlighting and structured display.