Uses of Interface
org.springframework.format.AnnotationFormatterFactory
Packages that use AnnotationFormatterFactory
Package
Description
An API for defining Formatters to format field model values for display in a UI.
Formatters for 
java.util.Date properties.Integration with the JSR-310 
java.time package in JDK 8.Formatters for 
java.lang.Number properties.Integration with the JSR-354 
javax.money package.Support classes for the formatting package,
 providing common implementations as well as adapters.
- 
Uses of AnnotationFormatterFactory in org.springframework.formatMethods in org.springframework.format with parameters of type AnnotationFormatterFactoryModifier and TypeMethodDescriptionvoidFormatterRegistry.addFormatterForFieldAnnotation(AnnotationFormatterFactory<? extends Annotation> annotationFormatterFactory) Adds a Formatter to format fields annotated with a specific format annotation.
- 
Uses of AnnotationFormatterFactory in org.springframework.format.datetimeClasses in org.springframework.format.datetime that implement AnnotationFormatterFactoryModifier and TypeClassDescriptionclassFormats fields annotated with theDateTimeFormatannotation using aDateFormatter.
- 
Uses of AnnotationFormatterFactory in org.springframework.format.datetime.standardClasses in org.springframework.format.datetime.standard that implement AnnotationFormatterFactoryModifier and TypeClassDescriptionclassFormats fields annotated with theDateTimeFormatannotation using the JSR-310java.timepackage in JDK 8.
- 
Uses of AnnotationFormatterFactory in org.springframework.format.numberClasses in org.springframework.format.number that implement AnnotationFormatterFactoryModifier and TypeClassDescriptionclassFormats fields annotated with theNumberFormatannotation.
- 
Uses of AnnotationFormatterFactory in org.springframework.format.number.moneyClasses in org.springframework.format.number.money that implement AnnotationFormatterFactoryModifier and TypeClassDescriptionclassFormatsMonetaryAmountfields annotated with Spring's commonNumberFormatannotation.
- 
Uses of AnnotationFormatterFactory in org.springframework.format.supportMethods in org.springframework.format.support with parameters of type AnnotationFormatterFactoryModifier and TypeMethodDescriptionvoidFormattingConversionService.addFormatterForFieldAnnotation(AnnotationFormatterFactory<? extends Annotation> annotationFormatterFactory)