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

<init>

PathEditor()

Create a new PathEditor, using the default ResourceEditor underneath.

PathEditor(resourceEditor: ResourceEditor)

Create a new PathEditor, using the given ResourceEditor underneath.

Parameters

resourceEditor - the ResourceEditor to use