org.springframework.binding.format |
Core services for formatting objects in string form.
|
Java Source File Name | Type | Comment |
Formatter.java | Interface | A lightweight interface for formatting a value and parsing a value from its
formatted form. |
FormatterFactory.java | Interface | Source for shared and commonly used Formatters . |
InvalidFormatException.java | Class | Thrown when a formatted value is of the wrong form. |
Style.java | Class | Format styles, similar to those defined by
java.text.DateFormat . |