Generated by
JDiff

Class org.springframework.format.datetime.joda.DateTimeFormatterFactory

Removed interface org.springframework.beans.factory.FactoryBean.
Documentation changed from old to new.

Changed Constructors
DateTimeFormatterFactory(String) Documentation changed from old to new.
Create a new {@code DateTimeFormatterFactory} instance.
DateTimeFormatterFactory(void) Documentation changed from old to new.
Create a new {@code DateTimeFormatterFactory} instance.
 

Removed Methods
DateTimeFormatter getDateTimeFormatter() Get a new DateTimeFormatter using this factory.
DateTimeFormatter getDateTimeFormatter(DateTimeFormatter) Get a new DateTimeFormatter using this factory.
DateTimeFormatter getObject()  
Class<?> getObjectType()  
boolean isSingleton()  
 

Added Methods
DateTimeFormatter createDateTimeFormatter() Create a new {@code DateTimeFormatter} using this factory.
DateTimeFormatter createDateTimeFormatter(DateTimeFormatter) Create a new {@code DateTimeFormatter} using this factory.
 

Changed Methods
void setIso(ISO) Documentation changed from old to new.
Set the ISO format used to format date values.
void setStyle(String) Documentation changed from old to new.
Set the two characters to use to format date values.
void setTimeZone(TimeZone) Documentation changed from old to new.
Set the {@code TimeZone} to normalize the date values into, if any.