クラス CharsetEditor

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

public class CharsetEditor extends PropertyEditorSupportSE
java.nio.charset.Charset のエディター。文字セットの文字列表現を Charset オブジェクトに変換し、その逆を行います。

Charset の Charset.name() と同じ構文を期待します。UTF-8ISO-8859-16 など。

導入:
2.5.4
作成者:
Arjen Poutsma, Sam Brannen
関連事項: