@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, wait
toString
public static UuidStringConverter create()
public EnhancedType<UUID> type()
StringConverter
type
in interface StringConverter<UUID>
public UUID fromString(String string)
StringConverter
fromString
in interface StringConverter<UUID>
Copyright © 2021. All rights reserved.