AbstractBinaryValueTranscoder<T> |
Value transcoder which decodes and encodes to a byte array and therefore the string methods simply delegate to the
binary methods.
|
AbstractPrimitiveValueTranscoder<T> |
Base class for primitive value transcoders.
|
AbstractStringValueTranscoder<T> |
Value transcoder which decodes and encodes to a String and therefore the binary methods simply delegate to the string
methods.
|
BooleanValueTranscoder |
Decodes and encodes a boolean for use in an ldap attribute value.
|
ByteArrayValueTranscoder |
Decodes and encodes a byte array for use in an ldap attribute value.
|
CertificateValueTranscoder |
Decodes and encodes a certificate for use in an ldap attribute value.
|
CharArrayValueTranscoder |
Decodes and encodes a character array for use in an ldap attribute value.
|
DoubleValueTranscoder |
Decodes and encodes a double for use in an ldap attribute value.
|
FloatValueTranscoder |
Decodes and encodes a float for use in an ldap attribute value.
|
GeneralizedTimeValueTranscoder |
Decodes and encodes a generalized time for use in an ldap attribute value.
|
IntegerValueTranscoder |
Decodes and encodes an integer for use in an ldap attribute value.
|
LongValueTranscoder |
Decodes and encodes a long for use in an ldap attribute value.
|
ObjectValueTranscoder |
Decodes and encodes an object for use in an ldap attribute value.
|
ShortValueTranscoder |
Decodes and encodes a short for use in an ldap attribute value.
|
StringValueTranscoder |
Decodes and encodes a string for use in an ldap attribute value.
|
UUIDValueTranscoder |
Decodes and encodes a UUID for use in an ldap attribute value.
|