spring-framework / org.springframework.beans / PropertyValuesEditor / <init>

<init>

PropertyValuesEditor()

java.beans.PropertyEditor for a PropertyValues object.

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

The present implementation relies on a org.springframework.beans.propertyeditors.PropertiesEditor underneath.

Author
Rod Johnson

Author
Juergen Hoeller