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 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: