JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring Framework
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.springframework.format
Interface Formatter<T>
Type Parameters:
T
- the type of object this Formatter formats
All Superinterfaces:
Parser
<T>,
Printer
<T>
All Known Implementing Classes:
AbstractNumberFormatter
,
CurrencyFormatter
,
CurrencyStyleFormatter
,
CurrencyUnitFormatter
,
DateFormatter
,
InstantFormatter
,
MonetaryAmountFormatter
,
NumberFormatter
,
NumberStyleFormatter
,
PercentFormatter
,
PercentStyleFormatter
public interface
Formatter<T>
extends
Printer
<T>,
Parser
<T>
Formats objects of type T. A Formatter is both a Printer
and
a Parser for an object type.
Since:
3.0
Author:
Keith Donald
Method Summary
Methods inherited from interface org.springframework.format.
Printer
print
Methods inherited from interface org.springframework.format.
Parser
parse
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring Framework
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method