@ThreadSafe @Immutable public class UuidStringConverter extends Object implements StringConverter<UUID>
| Modifier and Type | Method and Description |
|---|---|
static UuidStringConverter |
create() |
UUID |
fromString(String string)
Convert the provided string into an object.
|
EnhancedType<UUID> |
type()
The type supported by this converter.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringpublic static UuidStringConverter create()
public EnhancedType<UUID> type()
StringConvertertype in interface StringConverter<UUID>public UUID fromString(String string)
StringConverterfromString in interface StringConverter<UUID>Copyright © 2020. All rights reserved.