spring-framework / org.springframework.beans.propertyeditors / ZoneIdEditor

ZoneIdEditor

open class ZoneIdEditor : PropertyEditorSupport

Editor for java.time.ZoneId, translating zone ID Strings into ZoneId objects. Exposes the TimeZone ID as a text representation.

Author
Nicholas Williams

Since
4.0

See Also
java.time.ZoneIdTimeZoneEditor

Constructors

<init>

ZoneIdEditor()

Editor for java.time.ZoneId, translating zone ID Strings into ZoneId objects. Exposes the TimeZone ID as a text representation.

Functions

getAsText

open fun getAsText(): String

setAsText

open fun setAsText(text: String): Unit