Package org.ldaptive.schema.transcode
Class NameFormValueTranscoder
java.lang.Object
org.ldaptive.transcode.AbstractStringValueTranscoder<NameForm>
org.ldaptive.schema.transcode.AbstractSchemaElementValueTranscoder<NameForm>
org.ldaptive.schema.transcode.NameFormValueTranscoder
- All Implemented Interfaces:
ValueTranscoder<NameForm>
Decodes and encodes a name form for use in an ldap attribute value.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ldaptive.schema.transcode.AbstractSchemaElementValueTranscoder
encodeStringValue
Methods inherited from class org.ldaptive.transcode.AbstractStringValueTranscoder
decodeBinaryValue, encodeBinaryValue
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.ldaptive.transcode.ValueTranscoder
decoder, encoder
-
Constructor Details
-
NameFormValueTranscoder
public NameFormValueTranscoder()
-
-
Method Details
-
decodeStringValue
Description copied from interface:ValueTranscoder
Decodes the supplied ldap attribute value into a custom type.- Parameters:
value
- to decode- Returns:
- decoded value
-
getType
Description copied from interface:ValueTranscoder
Returns the type produced by this value transcoder.- Returns:
- type produced by this value transcoder
-