Uses of Interface
org.springframework.format.FormatterRegistry
Packages that use FormatterRegistry
Package
Description
An API for defining Formatters to format field model values for display in a UI.
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 FormatterRegistry in org.springframework.format
Methods in org.springframework.format with parameters of type FormatterRegistryModifier and TypeMethodDescriptionvoidFormatterRegistrar.registerFormatters(FormatterRegistry registry) Register Formatters and Converters with a FormattingConversionService through a FormatterRegistry SPI. -
Uses of FormatterRegistry in org.springframework.format.datetime
Methods in org.springframework.format.datetime with parameters of type FormatterRegistryModifier and TypeMethodDescriptionvoidDateFormatterRegistrar.registerFormatters(FormatterRegistry registry) -
Uses of FormatterRegistry in org.springframework.format.datetime.standard
Methods in org.springframework.format.datetime.standard with parameters of type FormatterRegistryModifier and TypeMethodDescriptionvoidDateTimeFormatterRegistrar.registerFormatters(FormatterRegistry registry) -
Uses of FormatterRegistry in org.springframework.format.support
Classes in org.springframework.format.support that implement FormatterRegistryModifier and TypeClassDescriptionclassA specialization ofFormattingConversionServiceconfigured by default with converters and formatters appropriate for most applications.classAConversionServiceimplementation designed to be configured as aFormatterRegistry.Methods in org.springframework.format.support with parameters of type FormatterRegistryModifier and TypeMethodDescriptionstatic voidDefaultFormattingConversionService.addDefaultFormatters(FormatterRegistry formatterRegistry) Add formatters appropriate for most environments: including number formatters, JSR-354 Money & Currency formatters, and JSR-310 Date-Time formatters, depending on the presence of the corresponding API on the classpath.