Class UUidRepresentationPropertyEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.springframework.data.mongodb.config.UUidRepresentationPropertyEditor
- All Implemented Interfaces:
PropertyEditor
Parse a
String
to a UuidRepresentation
.- Since:
- 3.0
- Author:
- Christoph Strobl
-
Constructor Summary
-
Method Summary
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
-
Constructor Details
-
UUidRepresentationPropertyEditor
public UUidRepresentationPropertyEditor()
-
-
Method Details
-
setAsText
- Specified by:
setAsText
in interfacePropertyEditor
- Overrides:
setAsText
in classPropertyEditorSupport
-