| Class | Description |
|---|---|
| Formats |
Defines several default formatters.
|
| Formats.AnnotationDateFormatter |
Annotation formatter, triggered by the
@DateTime annotation. |
| Formats.AnnotationNonEmptyFormatter |
Annotation formatter, triggered by the
@NonEmpty annotation. |
| Formats.DateFormatter |
Formatter for
java.util.Date values. |
| Formatters |
Formatters helper.
|
| Formatters.AnnotationFormatter<A extends java.lang.annotation.Annotation,T> |
Super-type for annotation-based formatters.
|
| Formatters.SimpleFormatter<T> |
Super-type for custom simple formatters.
|
| FormattersModule |
| Annotation Type | Description |
|---|---|
| Formats.DateTime |
Defines the format for a
Date field. |
| Formats.NonEmpty |
Defines the format for a
String field that cannot be empty. |
Form classes.