public class DateTimeFormatterFactoryBean extends DateTimeFormatterFactory implements org.springframework.beans.factory.FactoryBean<org.joda.time.format.DateTimeFormatter>, org.springframework.beans.factory.InitializingBean
DateTimeFormatterFactory.setPattern(String),
DateTimeFormatterFactory.setIso(org.springframework.format.annotation.DateTimeFormat.ISO),
DateTimeFormatterFactory.setStyle(String),
DateTimeFormatterFactory| Constructor and Description |
|---|
DateTimeFormatterFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
org.joda.time.format.DateTimeFormatter |
getObject() |
java.lang.Class<?> |
getObjectType() |
boolean |
isSingleton() |
createDateTimeFormatter, createDateTimeFormatter, setIso, setPattern, setStyle, setTimeZonepublic void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanjava.lang.Exceptionpublic org.joda.time.format.DateTimeFormatter getObject()
throws java.lang.Exception
getObject in interface org.springframework.beans.factory.FactoryBean<org.joda.time.format.DateTimeFormatter>java.lang.Exceptionpublic java.lang.Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<org.joda.time.format.DateTimeFormatter>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<org.joda.time.format.DateTimeFormatter>