Uses of Interface
org.springframework.format.AnnotationFormatterFactory
Packages that use AnnotationFormatterFactory Package Description org.springframework.format An API for defining Formatters to format field model values for display in a UI.org.springframework.format.datetime Formatters forjava.util.Dateproperties.org.springframework.format.datetime.joda Integration with Joda-Time for formatting Joda date and time types as well as standard JDK Date types.org.springframework.format.datetime.standard Integration with the JSR-310java.timepackage in JDK 8.org.springframework.format.number Formatters forjava.lang.Numberproperties.org.springframework.format.number.money Integration with the JSR-354javax.moneypackage.org.springframework.format.support Support classes for the formatting package, providing common implementations as well as adapters.Uses of AnnotationFormatterFactory in org.springframework.format
Methods in org.springframework.format with parameters of type AnnotationFormatterFactory Modifier and Type Method Description voidFormatterRegistry. addFormatterForFieldAnnotation(AnnotationFormatterFactory<? extends Annotation> annotationFormatterFactory)Adds a Formatter to format fields annotated with a specific format annotation.Uses of AnnotationFormatterFactory in org.springframework.format.datetime
Classes in org.springframework.format.datetime that implement AnnotationFormatterFactory Modifier and Type Class Description classDateTimeFormatAnnotationFormatterFactoryFormats fields annotated with theDateTimeFormatannotation using aDateFormatter.Uses of AnnotationFormatterFactory in org.springframework.format.datetime.joda
Classes in org.springframework.format.datetime.joda that implement AnnotationFormatterFactory Modifier and Type Class Description classJodaDateTimeFormatAnnotationFormatterFactoryFormats fields annotated with theDateTimeFormatannotation using Joda-Time.Uses of AnnotationFormatterFactory in org.springframework.format.datetime.standard
Classes in org.springframework.format.datetime.standard that implement AnnotationFormatterFactory Modifier and Type Class Description classJsr310DateTimeFormatAnnotationFormatterFactoryFormats fields annotated with theDateTimeFormatannotation using the JSR-310java.timepackage in JDK 8.Uses of AnnotationFormatterFactory in org.springframework.format.number
Classes in org.springframework.format.number that implement AnnotationFormatterFactory Modifier and Type Class Description classNumberFormatAnnotationFormatterFactoryFormats fields annotated with theNumberFormatannotation.Uses of AnnotationFormatterFactory in org.springframework.format.number.money
Classes in org.springframework.format.number.money that implement AnnotationFormatterFactory Modifier and Type Class Description classJsr354NumberFormatAnnotationFormatterFactoryFormatsMonetaryAmountfields annotated with Spring's commonNumberFormatannotation.Uses of AnnotationFormatterFactory in org.springframework.format.support
Methods in org.springframework.format.support with parameters of type AnnotationFormatterFactory Modifier and Type Method Description voidFormattingConversionService. addFormatterForFieldAnnotation(AnnotationFormatterFactory<? extends Annotation> annotationFormatterFactory)