T - type of object to transcodepublic abstract class AbstractStringValueTranscoder<T> extends Object implements ValueTranscoder<T>
| Constructor and Description |
|---|
AbstractStringValueTranscoder() |
| Modifier and Type | Method and Description |
|---|---|
T |
decodeBinaryValue(byte[] value)
Decodes the supplied ldap attribute value into a custom type.
|
byte[] |
encodeBinaryValue(T value)
Encodes the supplied value into an ldap attribute value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecodeStringValue, encodeStringValue, getTypepublic T decodeBinaryValue(byte[] value)
ValueTranscoderdecodeBinaryValue in interface ValueTranscoder<T>value - to decodepublic byte[] encodeBinaryValue(T value)
ValueTranscoderencodeBinaryValue in interface ValueTranscoder<T>value - to encodeCopyright © 2003-2019 Virginia Tech. All Rights Reserved.