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, wait
decodeStringValue, encodeStringValue, getType
public T decodeBinaryValue(byte[] value)
ValueTranscoder
decodeBinaryValue
in interface ValueTranscoder<T>
value
- to decodepublic byte[] encodeBinaryValue(T value)
ValueTranscoder
encodeBinaryValue
in interface ValueTranscoder<T>
value
- to encodeCopyright © 2003-2019 Virginia Tech. All Rights Reserved.