spring-framework / org.springframework.beans.propertyeditors / FileEditor / <init>

<init>

FileEditor()

Create a new FileEditor, using a default ResourceEditor underneath.

FileEditor(resourceEditor: ResourceEditor)

Create a new FileEditor, using the given ResourceEditor underneath.

Parameters

resourceEditor - the ResourceEditor to use