Class ZoneIdEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.springframework.beans.propertyeditors.ZoneIdEditor
- All Implemented Interfaces:
- PropertyEditor
Editor for 
java.time.ZoneId, translating time zone Strings into ZoneId
 objects. Exposes the time zone as a text representation.- Since:
- 4.0
- Author:
- Nicholas Williams, Sam Brannen, Juergen Hoeller
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.beans.PropertyEditorSupportaddPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
- 
Constructor Details- 
ZoneIdEditorpublic ZoneIdEditor()
 
- 
- 
Method Details- 
setAsText- Specified by:
- setAsTextin interface- PropertyEditor
- Overrides:
- setAsTextin class- PropertyEditorSupport
- Throws:
- IllegalArgumentException
 
- 
getAsText- Specified by:
- getAsTextin interface- PropertyEditor
- Overrides:
- getAsTextin class- PropertyEditorSupport
 
 
-