Class UUIDEditor

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

public class UUIDEditor extends PropertyEditorSupport
Editor for java.util.UUID, translating UUID String representations into UUID objects and back.
Since:
3.0.1
Author:
Juergen Hoeller
See Also: