spring-framework / org.springframework.beans.support / ResourceEditorRegistrar / registerCustomEditors

registerCustomEditors

open fun registerCustomEditors(registry: PropertyEditorRegistry): Unit

Populate the given registry with the following resource editors: ResourceEditor, InputStreamEditor, InputSourceEditor, FileEditor, URLEditor, URIEditor, ClassEditor, ClassArrayEditor.

If this registrar has been configured with a ResourcePatternResolver, a ResourceArrayPropertyEditor will be registered as well.

See Also
org.springframework.core.io.ResourceEditororg.springframework.beans.propertyeditors.InputStreamEditororg.springframework.beans.propertyeditors.InputSourceEditororg.springframework.beans.propertyeditors.FileEditororg.springframework.beans.propertyeditors.URLEditororg.springframework.beans.propertyeditors.URIEditororg.springframework.beans.propertyeditors.ClassEditororg.springframework.beans.propertyeditors.ClassArrayEditororg.springframework.core.io.support.ResourceArrayPropertyEditor