Class Jsr310DateTimeFormatAnnotationFormatterFactory

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

public class Jsr310DateTimeFormatAnnotationFormatterFactory extends EmbeddedValueResolutionSupport implements AnnotationFormatterFactory<DateTimeFormat>
Formats fields annotated with the DateTimeFormat annotation using the JSR-310 java.time package in JDK 8.
Since:
4.0
Author:
Juergen Hoeller, Sam Brannen, Kazuki Shimizu
See Also:
  • Constructor Details

    • Jsr310DateTimeFormatAnnotationFormatterFactory

      public Jsr310DateTimeFormatAnnotationFormatterFactory()
  • Method Details