Class DurationFormatAnnotationFormatterFactory

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

public class DurationFormatAnnotationFormatterFactory extends EmbeddedValueResolutionSupport implements AnnotationFormatterFactory<DurationFormat>
Formats fields annotated with the DurationFormat annotation using the selected style for parsing and printing JSR-310 Duration.
Since:
6.2
Author:
Simon Baslé
See Also:
  • Constructor Details

    • DurationFormatAnnotationFormatterFactory

      public DurationFormatAnnotationFormatterFactory()
  • Method Details