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