public class

UUIDEditor

extends PropertyEditorSupport
java.lang.Object
   ↳ java.beans.PropertyEditorSupport
     ↳ org.springframework.beans.propertyeditors.UUIDEditor

Class Overview

Editor for java.util.UUID, translating UUID String representations into UUID objects and back.

See Also
  • java.util.UUID

Summary

Public Constructors
UUIDEditor()
Public Methods
String getAsText()
void setAsText(String text)
[Expand]
Inherited Methods
From class java.beans.PropertyEditorSupport
From class java.lang.Object
From interface java.beans.PropertyEditor

Public Constructors

public UUIDEditor ()

Also: SpringBeans

Public Methods

public String getAsText ()

public void setAsText (String text)