Class FileTimeToOffsetDateTimeValueTranscoder
java.lang.Object
org.ldaptive.transcode.AbstractStringValueTranscoder<OffsetDateTime>
org.bremersee.ldaptive.transcoder.FileTimeToOffsetDateTimeValueTranscoder
- All Implemented Interfaces:
org.ldaptive.transcode.ValueTranscoder<OffsetDateTime>
public class FileTimeToOffsetDateTimeValueTranscoder
extends org.ldaptive.transcode.AbstractStringValueTranscoder<OffsetDateTime>
The file time value transcoder.
- Author:
- Christian Bremer
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new file time to offset date time value transcoder. -
Method Summary
Modifier and TypeMethodDescriptiondecodeStringValue(String value) encodeStringValue(OffsetDateTime value) getType()Methods inherited from class org.ldaptive.transcode.AbstractStringValueTranscoder
decodeBinaryValue, encodeBinaryValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ldaptive.transcode.ValueTranscoder
decoder, encoder
-
Constructor Details
-
FileTimeToOffsetDateTimeValueTranscoder
public FileTimeToOffsetDateTimeValueTranscoder()Instantiates a new file time to offset date time value transcoder.
-
-
Method Details
-
decodeStringValue
-
encodeStringValue
-
getType
-