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, encodeBinaryValue
public Long decodeStringValue(String value)
ValueTranscoder
value
- to decodepublic String encodeStringValue(Long value)
ValueTranscoder
value
- to encodepublic Class<Long> getType()
ValueTranscoder
Copyright © 2024. All rights reserved.