Uses of Annotation Interface
org.springframework.format.annotation.DurationFormat
Packages that use DurationFormat
Package
Description
Integration with the JSR-310
java.time package in JDK 8.-
Uses of DurationFormat in org.springframework.format.datetime.standard
Classes in org.springframework.format.datetime.standard that implement interfaces with type arguments of type DurationFormatModifier and TypeClassDescriptionclassFormats fields annotated with theDurationFormatannotation using the selected style for parsing and printing JSR-310Duration.Methods in org.springframework.format.datetime.standard with parameters of type DurationFormatModifier and TypeMethodDescriptionParser<?> DurationFormatAnnotationFormatterFactory.getParser(DurationFormat annotation, Class<?> fieldType) Printer<?> DurationFormatAnnotationFormatterFactory.getPrinter(DurationFormat annotation, Class<?> fieldType)