public class DeltaTimeValueTranscoder extends AbstractStringValueTranscoder<Long>
| Constructor and Description |
|---|
DeltaTimeValueTranscoder() |
| Modifier and Type | Method and Description |
|---|---|
Long |
decodeStringValue(String value)
Decodes the supplied ldap attribute value into a custom type.
|
String |
encodeStringValue(Long value)
Encodes the supplied value into an ldap attribute value.
|
Class<Long> |
getType()
Returns the type produced by this value transcoder.
|
decodeBinaryValue, encodeBinaryValuepublic Long decodeStringValue(String value)
ValueTranscodervalue - to decodepublic String encodeStringValue(Long value)
ValueTranscodervalue - to encodepublic Class<Long> getType()
ValueTranscoderCopyright © 2023. All rights reserved.