| java.lang.Object | ||
| ↳ | java.beans.PropertyEditorSupport | |
| ↳ | org.springframework.beans.propertyeditors.PropertiesEditor | |
Custom java.beans.PropertyEditor for Properties objects.
Handles conversion from content String to Properties object.
Also handles Map to Properties conversion, for populating
a Properties object via XML "map" entries.
The required format is defined in the standard Properties
documentation. Each property must be on a new line.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Convert
String into Properties, considering it as
properties content. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.beans.PropertyEditorSupport
| |||||||||||||||||||||||||||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||||||||||
From interface
java.beans.PropertyEditor
| |||||||||||||||||||||||||||||||||||||||||
Convert String into Properties, considering it as
properties content.
| text | the text to be so converted |
|---|
| IllegalArgumentException |
|---|
