Package org.springframework.format.support
@NonNullApi
@NonNullFields
package org.springframework.format.support
Support classes for the formatting package,
providing common implementations as well as adapters.
-
ClassDescriptionA specialization of
FormattingConversionService
configured by default with converters and formatters appropriate for most applications.Adapter that bridges betweenFormatter
andPropertyEditor
.AConversionService
implementation designed to be configured as aFormatterRegistry
.A factory providing convenient access to aFormattingConversionService
configured with converters and formatters for common types such as numbers and datetimes.