spring-framework / org.springframework.beans / PropertyValuesEditor

PropertyValuesEditor

open class PropertyValuesEditor : PropertyEditorSupport

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

Constructors

<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.

Functions

setAsText

open fun setAsText(text: String): Unit