Uses of Class
org.springframework.core.io.ResourceEditor
Packages that use ResourceEditor
Package
Description
Properties editors used to convert from String values to object
types such as java.util.Properties.
-
Uses of ResourceEditor in org.springframework.beans.propertyeditors
Constructors in org.springframework.beans.propertyeditors with parameters of type ResourceEditorModifierConstructorDescriptionFileEditor(ResourceEditor resourceEditor) Create a new FileEditor, using the given ResourceEditor underneath.InputSourceEditor(ResourceEditor resourceEditor) Create a new InputSourceEditor, using the given ResourceEditor underneath.InputStreamEditor(ResourceEditor resourceEditor) Create a new InputStreamEditor, using the given ResourceEditor underneath.PathEditor(ResourceEditor resourceEditor) Create a new PathEditor, using the given ResourceEditor underneath.ReaderEditor(ResourceEditor resourceEditor) Create a new ReaderEditor, using the given ResourceEditor underneath.URLEditor(ResourceEditor resourceEditor) Create a new URLEditor, using the given ResourceEditor underneath.