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@DateTimeannotation.Formats.AnnotationNonEmptyFormatter Annotation formatter, triggered by the@NonEmptyannotation.Formats.DateFormatter Formatter forjava.util.Datevalues.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 aDatefield.Formats.NonEmpty Defines the format for aStringfield that cannot be empty.