Class DateTimeFormatAnnotationFormatterFactory

java.lang.Object
org.springframework.context.support.EmbeddedValueResolutionSupport
org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
All Implemented Interfaces:
Aware, EmbeddedValueResolverAware, AnnotationFormatterFactory<DateTimeFormat>

public class DateTimeFormatAnnotationFormatterFactory extends EmbeddedValueResolutionSupport implements AnnotationFormatterFactory<DateTimeFormat>
Formats fields annotated with the DateTimeFormat annotation using a DateFormatter.
Since:
3.2
Author:
Phillip Webb, Sam Brannen
  • Constructor Details

    • DateTimeFormatAnnotationFormatterFactory

      public DateTimeFormatAnnotationFormatterFactory()
  • Method Details