editors.put(File.class, new FileEditor());
editors.put(InputStream.class, new InputStreamEditor());
editors.put(Locale.class, new LocaleEditor());
editors.put(Properties.class, new PropertiesEditor());
editors.put(Resource[].class, new ResourceArrayPropertyEditor());
editors.put(String[].class, new StringArrayPropertyEditor());
editors.put(URL.class, new URLEditor());
// Default instances of character, boolean and number editors.
// Can be overridden by registering custom instances of those as custom editors.
PropertyEditor characterEditor = new CharacterEditor(false);