If your application wants to disable a particular converter (say, for example, you want to have a validation error when a long is assigned to a Date, or something of that sort), you may call the
Converters.removeConverter() method.
You can also turn off the special "string constructor" conversion using the
Converters.setProperty() method, by setting the
CONVERT_USING_STRING_CONSTRUCTOR feature to false.