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