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 TypeClassDescriptionclass
Configures basic date formatting for use with Spring, primarily forDateTimeFormat
declarations. -
Uses of FormatterRegistrar in org.springframework.format.datetime.standard
Classes in org.springframework.format.datetime.standard that implement FormatterRegistrarModifier and TypeClassDescriptionclass
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 FormatterRegistrarModifier and TypeMethodDescriptionvoid
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)
.