public class AttributeTypeValueTranscoder extends AbstractSchemaElementValueTranscoder<AttributeType>
| Constructor and Description |
|---|
AttributeTypeValueTranscoder() |
| Modifier and Type | Method and Description |
|---|---|
AttributeType |
decodeStringValue(java.lang.String value)
Decodes the supplied ldap attribute value into a custom type.
|
java.lang.Class<AttributeType> |
getType()
Returns the type produced by this value transcoder.
|
encodeStringValuedecodeBinaryValue, encodeBinaryValuepublic AttributeType decodeStringValue(java.lang.String value)
ValueTranscodervalue - to decodepublic java.lang.Class<AttributeType> getType()
ValueTranscoder