Class ZoneIdEditor
- java.lang.Object
- java.beans.PropertyEditorSupport
- org.springframework.beans.propertyeditors.ZoneIdEditor
- All Implemented Interfaces:
PropertyEditor
public class ZoneIdEditor extends PropertyEditorSupport
Editor forjava.time.ZoneId, translating zone ID Strings intoZoneIdobjects. Exposes theTimeZoneID as a text representation.- Since:
- 4.0
- Author:
- Nicholas Williams
- See Also:
ZoneId,TimeZoneEditor
Constructor Summary
Constructors Constructor Description ZoneIdEditor()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAsText()voidsetAsText(String text)Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
Constructor Detail
ZoneIdEditor
public ZoneIdEditor()
Method Detail
setAsText
public void setAsText(String text) throws IllegalArgumentException
- Specified by:
setAsTextin interfacePropertyEditor- Overrides:
setAsTextin classPropertyEditorSupport- Throws:
IllegalArgumentException
getAsText
public String getAsText()
- Specified by:
getAsTextin interfacePropertyEditor- Overrides:
getAsTextin classPropertyEditorSupport