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, encodeBinaryValue
public UUID decodeStringValue(String value)
ValueTranscoder
value
- to decodepublic String encodeStringValue(UUID value)
ValueTranscoder
value
- to encodepublic Class<UUID> getType()
ValueTranscoder
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.