Package play.data.format
Provides the formatting API used by
Form
classes.-
Class Summary 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 forjava.util.Date
values.Formatters Formatters helper.Formatters.AnnotationFormatter<A extends Annotation,T> Super-type for annotation-based formatters.Formatters.SimpleFormatter<T> Super-type for custom simple formatters.FormattersModule -
Annotation Types Summary Annotation Type Description Formats.DateTime Defines the format for aDate
field.Formats.NonEmpty Defines the format for aString
field that cannot be empty.