Package org.springframework.format
Interface Printer<T>
- Type Parameters:
T- the type of object this Printer prints
- All Known Subinterfaces:
Formatter<T>
- All Known Implementing Classes:
AbstractNumberFormatter,CurrencyFormatter,CurrencyStyleFormatter,CurrencyUnitFormatter,DateFormatter,InstantFormatter,MillisecondInstantPrinter,MonetaryAmountFormatter,NumberFormatter,NumberStyleFormatter,PercentFormatter,PercentStyleFormatter,ReadableInstantPrinter,ReadablePartialPrinter,TemporalAccessorPrinter
public interface Printer<T>
Prints objects of type T for display.- Since:
- 3.0
- Author:
- Keith Donald
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringprint(T object, Locale locale)Print the object of type T for display.