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

<init>

InputSourceEditor()

Create a new InputSourceEditor, using the default ResourceEditor underneath.

InputSourceEditor(resourceEditor: ResourceEditor)

Create a new InputSourceEditor, using the given ResourceEditor underneath.

Parameters

resourceEditor - the ResourceEditor to use