Package org.ldaptive.schema.transcode
Class AbstractSchemaElementValueTranscoder<T extends SchemaElement>
java.lang.Object
org.ldaptive.transcode.AbstractStringValueTranscoder<T>
org.ldaptive.schema.transcode.AbstractSchemaElementValueTranscoder<T>
- Type Parameters:
T
- type of schema element
- All Implemented Interfaces:
ValueTranscoder<T>
- Direct Known Subclasses:
AttributeTypeValueTranscoder
,DITContentRuleValueTranscoder
,DITStructureRuleValueTranscoder
,MatchingRuleUseValueTranscoder
,MatchingRuleValueTranscoder
,NameFormValueTranscoder
,ObjectClassValueTranscoder
,SyntaxValueTranscoder
public abstract class AbstractSchemaElementValueTranscoder<T extends SchemaElement>
extends AbstractStringValueTranscoder<T>
Base class for schema element value transcoders.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionencodeStringValue
(T value) Encodes the supplied value into an ldap attribute value.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, decodeStringValue, encoder, getType
-
Constructor Details
-
AbstractSchemaElementValueTranscoder
public AbstractSchemaElementValueTranscoder()
-
-
Method Details
-
encodeStringValue
Description copied from interface:ValueTranscoder
Encodes the supplied value into an ldap attribute value.- Parameters:
value
- to encode- Returns:
- encoded value
-