クラス PropertiesEditor

java.lang.ObjectSE
java.beans.PropertyEditorSupportSE
org.springframework.beans.propertyeditors.PropertiesEditor
実装されたすべてのインターフェース:
PropertyEditorSE

public class PropertiesEditor extends PropertyEditorSupportSE
PropertiesSE オブジェクトのカスタム PropertyEditorSE

コンテンツ StringSE から Properties オブジェクトへの変換を処理します。また、MapSE から Properties への変換を処理し、XML の「マップ」エントリを介して Properties オブジェクトを生成します。

必要な形式は、標準の Properties ドキュメントで定義されています。各プロパティは改行する必要があります。

作成者:
Rod Johnson, Juergen Hoeller
関連事項: