public class Formats
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Formats.AnnotationDateFormatter
Annotation formatter, triggered by the
@DateTime annotation. |
static class |
Formats.AnnotationNonEmptyFormatter
Annotation formatter, triggered by the
@NonEmpty annotation. |
static class |
Formats.DateFormatter
Formatter for
java.util.Date values. |
static interface |
Formats.DateTime
Defines the format for a
Date field. |
static interface |
Formats.NonEmpty
Defines the format for a
String field that cannot be empty. |
| Constructor and Description |
|---|
Formats() |