Uses of Interface
org.springframework.format.FormatterRegistrar
Packages that use FormatterRegistrar Package Description org.springframework.format.datetime Formatters forjava.util.Date
properties.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.time
package 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 class
DateFormatterRegistrar
Configures basic date formatting for use with Spring, primarily forDateTimeFormat
declarations.Uses of FormatterRegistrar in org.springframework.format.datetime.joda
Classes in org.springframework.format.datetime.joda that implement FormatterRegistrar Modifier and Type Class Description class
JodaTimeFormatterRegistrar
Configures 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 class
DateTimeFormatterRegistrar
Configures the JSR-310java.time
formatting 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 void
FormattingConversionServiceFactoryBean. 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)
.