Uses of Interface
org.springframework.format.FormatterRegistrar
Packages that use FormatterRegistrar
Package
Description
Formatters for 
java.util.Date properties.Integration with the JSR-310 
java.time package in JDK 8.Support classes for the formatting package,
 providing common implementations as well as adapters.
- 
Uses of FormatterRegistrar in org.springframework.format.datetime
Classes in org.springframework.format.datetime that implement FormatterRegistrarModifier and TypeClassDescriptionclassConfigures basic date formatting for use with Spring, primarily forDateTimeFormatdeclarations. - 
Uses of FormatterRegistrar in org.springframework.format.datetime.standard
Classes in org.springframework.format.datetime.standard that implement FormatterRegistrarModifier and TypeClassDescriptionclassConfigures the JSR-310java.timeformatting system for use with Spring. - 
Uses of FormatterRegistrar in org.springframework.format.support
Method parameters in org.springframework.format.support with type arguments of type FormatterRegistrarModifier and TypeMethodDescriptionvoidFormattingConversionServiceFactoryBean.setFormatterRegistrars(Set<FormatterRegistrar> formatterRegistrars) Configure the set of FormatterRegistrars to invoke to register Converters and Formatters in addition to those added declaratively viaFormattingConversionServiceFactoryBean.setConverters(Set)andFormattingConversionServiceFactoryBean.setFormatters(Set).