Uses of Interface
org.springframework.format.FormatterRegistrar
Packages that use FormatterRegistrar Package Description 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.support 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 FormatterRegistrar Modifier and Type Class Description classDateFormatterRegistrarConfigures basic date formatting for use with Spring, primarily forDateTimeFormatdeclarations.Uses of FormatterRegistrar in org.springframework.format.datetime.joda
Classes in org.springframework.format.datetime.joda that implement FormatterRegistrar Modifier and Type Class Description classJodaTimeFormatterRegistrarConfigures Joda-Time's formatting system for use with Spring.Uses of FormatterRegistrar in org.springframework.format.datetime.standard
Classes in org.springframework.format.datetime.standard that implement FormatterRegistrar Modifier and Type Class Description classDateTimeFormatterRegistrarConfigures 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 FormatterRegistrar Modifier and Type Method Description voidFormattingConversionServiceFactoryBean. 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).