| org.springframework.format.Printer<T> | 
|  Known Indirect Subclasses 
          
            
              AbstractNumberFormatter,
            
              CurrencyFormatter,
            
              DateFormatter,
            
              Formatter<T>,
            
              MillisecondInstantPrinter,
            
              NumberFormatter,
            
              PercentFormatter,
            
              ReadableInstantPrinter,
            
              ReadablePartialPrinter
            
          
       
 | |||||||||||||||||||||||||||||
Prints objects of type T for display.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Print the object of type T for display. | |||||||||||
Print the object of type T for display.
| object | the instance to print | 
|---|---|
| locale | the current user locale |