Changing the default converters for an application
Java
and then extending the default converter factory to use your converter for all <-> conversions.
You still need to tell your application to always use :
Java
Java
This will not enforce the contents of the field to the format specified by the converter. Only data from the data source is formatted to adhere to the format set in the converter.