Package play.data.format

Provides the formatting API used by Form classes.

See:
          Description

Class Summary
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 Annotation,T> Super-type for annotation-based formatters.
Formatters.SimpleFormatter<T> Super-type for custom simple formatters.
 

Annotation Types Summary
Formats.DateTime Defines the format for a Date field.
Formats.NonEmpty Defines the format for a String field that cannot be empty.
 

Package play.data.format Description

Provides the formatting API used by Form classes.