Class CharsetEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.springframework.beans.propertyeditors.CharsetEditor
- All Implemented Interfaces:
PropertyEditor
Editor for
java.nio.charset.Charset
, translating charset
String representations into Charset objects and back.
Expects the same syntax as Charset's Charset.name()
,
for example, UTF-8
, ISO-8859-16
, etc.
- Since:
- 2.5.4
- Author:
- Arjen Poutsma, Sam Brannen
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
-
Constructor Details
-
CharsetEditor
public CharsetEditor()
-
-
Method Details
-
setAsText
- Specified by:
setAsText
in interfacePropertyEditor
- Overrides:
setAsText
in classPropertyEditorSupport
- Throws:
IllegalArgumentException
-
getAsText
- Specified by:
getAsText
in interfacePropertyEditor
- Overrides:
getAsText
in classPropertyEditorSupport
-