| Interface | Description |
|---|---|
| Format<T> |
A format can produce a textual representation of an entity and also, create an entity from a textual representation.
|
| Formatter<T> |
Simple contract that provide a String representation from a T value.
|
| Parser<T> |
Simple contract that allows to convert a string representation to a T value.
|
| Class | Description |
|---|---|
| LocalDateFormat |
Formatter for LocalDate.
|
| Exception | Description |
|---|---|
| FormatException | |
| ParseException |
Copyright © 2014. All rights reserved.