Class CharsetEditor

java.lang.Object
java.beans.PropertyEditorSupport
org.springframework.beans.propertyeditors.CharsetEditor
All Implemented Interfaces:
PropertyEditor

public class CharsetEditor extends PropertyEditorSupport
Editor for java.nio.charset.Charset, translating charset String representations into Charset objects and back.

Expects the same syntax as Charset's Charset.name(), e.g. UTF-8, ISO-8859-16, etc.

Since:
2.5.4
Author:
Arjen Poutsma, Sam Brannen
See Also: