Class GeneralizedTimeToOffsetDateTimeValueTranscoder
java.lang.Object
org.ldaptive.transcode.AbstractStringValueTranscoder<OffsetDateTime>
org.bremersee.ldaptive.transcoder.GeneralizedTimeToOffsetDateTimeValueTranscoder
- All Implemented Interfaces:
org.ldaptive.transcode.ValueTranscoder<OffsetDateTime>
public class GeneralizedTimeToOffsetDateTimeValueTranscoder
extends org.ldaptive.transcode.AbstractStringValueTranscoder<OffsetDateTime>
The generalized time value transcoder.
- Author:
- Christian Bremer
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new generalized 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
-
GeneralizedTimeToOffsetDateTimeValueTranscoder
public GeneralizedTimeToOffsetDateTimeValueTranscoder()Instantiates a new generalized time to offset date time value transcoder.
-
-
Method Details
-
decodeStringValue
-
encodeStringValue
-
getType
-