Class PropertyValuesEditor

java.lang.Object
java.beans.PropertyEditorSupport
org.springframework.beans.PropertyValuesEditor
All Implemented Interfaces:
PropertyEditor

public class PropertyValuesEditor extends PropertyEditorSupport
Editor for a PropertyValues object.

The required format is defined in the Properties documentation. Each property must be on a new line.

The present implementation relies on a PropertiesEditor underneath.

Author:
Rod Johnson, Juergen Hoeller