public class UUIDValueTranscoder extends AbstractStringValueTranscoder<UUID>
| Constructor and Description |
|---|
UUIDValueTranscoder() |
| Modifier and Type | Method and Description |
|---|---|
UUID |
decodeStringValue(String value)
Decodes the supplied ldap attribute value into a custom type.
|
String |
encodeStringValue(UUID value)
Encodes the supplied value into an ldap attribute value.
|
Class<UUID> |
getType()
Returns the type produced by this value transcoder.
|
decodeBinaryValue, encodeBinaryValuepublic UUID decodeStringValue(String value)
ValueTranscodervalue - to decodepublic String encodeStringValue(UUID value)
ValueTranscodervalue - to encodepublic Class<UUID> getType()
ValueTranscoderCopyright © 2003-2019 Virginia Tech. All Rights Reserved.