public class DateTimeFormatterFactoryBean extends DateTimeFormatterFactory implements org.springframework.beans.factory.FactoryBean<DateTimeFormatter>, org.springframework.beans.factory.InitializingBean
DateTimeFormatterFactory.setPattern(java.lang.String), 
DateTimeFormatterFactory.setIso(org.springframework.format.annotation.DateTimeFormat.ISO), 
DateTimeFormatterFactory.setDateStyle(java.time.format.FormatStyle), 
DateTimeFormatterFactory.setTimeStyle(java.time.format.FormatStyle), 
DateTimeFormatterFactory| Constructor and Description | 
|---|
| DateTimeFormatterFactoryBean() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | afterPropertiesSet() | 
| DateTimeFormatter | getObject() | 
| Class<?> | getObjectType() | 
| boolean | isSingleton() | 
createDateTimeFormatter, createDateTimeFormatter, setDateStyle, setDateTimeStyle, setIso, setPattern, setStylePattern, setTimeStyle, setTimeZonepublic void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean@Nullable public DateTimeFormatter getObject()
getObject in interface org.springframework.beans.factory.FactoryBean<DateTimeFormatter>public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<DateTimeFormatter>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<DateTimeFormatter>