play.data.format
Class Formats

java.lang.Object
  extended by play.data.format.Formats

public class Formats
extends java.lang.Object

Defines several default formatters.


Nested Class Summary
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 Summary
Formats()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Formats

public Formats()