Package org.springframework.format.support

Support classes for the formatting package, providing common implementations as well as adapters.

See:
          Description

Class Summary
FormattingConversionService A ConversionService implementation designed to be configured as a FormatterRegistry.
FormattingConversionService.FieldFormatterKey  
FormattingConversionService.ParserConverter  
FormattingConversionService.PrinterConverter  
FormattingConversionServiceFactoryBean A factory for a FormattingConversionService that installs default formatters for common types such as numbers and datetimes.
FormattingConversionServiceFactoryBean.NoJodaDateTimeFormatAnnotationFormatterFactory Dummy AnnotationFormatterFactory that simply fails if @DateTimeFormat is being used without the JodaTime library being present.
 

Package org.springframework.format.support Description

Support classes for the formatting package, providing common implementations as well as adapters.