open class DefaultFormattingConversionService : FormattingConversionService
A specialization of FormattingConversionService configured by default with converters and formatters appropriate for most applications. Designed for direct instantiation but also exposes the static Automatically registers formatters for JSR-354 Money & Currency, JSR-310 Date-Time and/or Joda-Time, depending on the presence of the corresponding API on the classpath. |
|
open class FormatterPropertyEditorAdapter : PropertyEditorSupport
Adapter that bridges between Formatter and PropertyEditor. |
|
open class FormattingConversionService : GenericConversionService, FormatterRegistry, EmbeddedValueResolverAware
A org.springframework.core.convert.ConversionService implementation designed to be configured as a FormatterRegistry. |
|
open class FormattingConversionServiceFactoryBean : FactoryBean<FormattingConversionService>, EmbeddedValueResolverAware, InitializingBean
A factory providing convenient access to a Additional converters and formatters can be registered declaratively through A good example for registering converters and formatters in code is Like all |