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
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. |
open fun setAsText(text: String): Unit |