|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectUUIDStringifier
@ThreadRestricted public final class UUIDStringifier
UUID-to-string converter.
| Constructor Summary | |
|---|---|
UUIDStringifier()
|
|
| Method Summary | |
|---|---|
String |
toBase64Name(UUID uuid)
Converts the UUID to a Base64 string, valid as an XML 'name'. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UUIDStringifier()
| Method Detail |
|---|
public String toBase64Name(UUID uuid)
[A-Za-z_][A-Za-z_0-9-]{21}Or 23 characters, in the pattern:
_[0-9-][A-Za-z_0-9-]{21}
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||