Package play.data.format
Class Formats
- Object
-
- play.data.format.Formats
-
public class Formats extends Object
Defines several default formatters.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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 forjava.util.Date
values.static interface
Formats.DateTime
Defines the format for aDate
field.static interface
Formats.NonEmpty
Defines the format for aString
field that cannot be empty.
-
Constructor Summary
Constructors Constructor Description Formats()
-