Package | Description |
---|---|
org.springframework.format.datetime.joda |
Integration with the Joda Time for formatting Joda types as well as standard JDK Date types.
|
org.springframework.format.support |
Support classes for the formatting package,
providing common implementations as well as adapters.
|
Modifier and Type | Class and Description |
---|---|
class |
JodaTimeFormatterRegistrar
Configures Joda Time's Formatting system for use with Spring.
|
Modifier and Type | Method and Description |
---|---|
void |
FormattingConversionServiceFactoryBean.setFormatterRegistrars(Set<FormatterRegistrar> formatterRegistrars)
Configure the set of FormatterRegistrars to invoke to register
Converters and Formatters in addition to those added declaratively
via
FormattingConversionServiceFactoryBean.setConverters(Set) and FormattingConversionServiceFactoryBean.setFormatters(Set) . |
Copyright © 2012. All Rights Reserved.