Class ZoneIdEditor

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

public class ZoneIdEditor extends PropertyEditorSupport
Editor for java.time.ZoneId, translating zone ID Strings into ZoneId objects. Exposes the TimeZone ID as a text representation.
Since:
4.0
Author:
Nicholas Williams, Sam Brannen
See Also: