public class

PropertyValuesEditor

extends PropertyEditorSupport
java.lang.Object
   ↳ java.beans.PropertyEditorSupport
     ↳ org.springframework.beans.PropertyValuesEditor

Class Overview

java.beans.PropertyEditor 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.

Summary

Public Constructors
PropertyValuesEditor()
Public Methods
void setAsText(String text)
[Expand]
Inherited Methods
From class java.beans.PropertyEditorSupport
From class java.lang.Object
From interface java.beans.PropertyEditor

Public Constructors

public PropertyValuesEditor ()

Also: SpringBeans

Public Methods

public void setAsText (String text)