public interface

Printer

org.springframework.format.Printer<T>
Known Indirect Subclasses

Class Overview

Prints objects of type T for display.

Summary

Public Methods
abstract String print(T object, Locale locale)
Print the object of type T for display.

Public Methods

public abstract String print (T object, Locale locale)

Print the object of type T for display.

Parameters
object the instance to print
locale the current user locale
Returns
  • the printed text string