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