Uses of Interface
org.springframework.format.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
Modifier and TypeClassDescriptionclass
Configures basic date formatting for use with Spring, primarily forDateTimeFormat
declarations. -
Uses of FormatterRegistrar in org.springframework.format.datetime.standard
Modifier and TypeClassDescriptionclass
Configures the JSR-310java.time
formatting system for use with Spring. -
Uses of FormatterRegistrar in org.springframework.format.support
Modifier 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)
.