org.ldaptive.schema.io
Class AbstractSchemaElementValueTranscoder<T extends SchemaElement>
java.lang.Object
org.ldaptive.io.AbstractStringValueTranscoder<T>
org.ldaptive.schema.io.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.
- Version:
- $Revision: 2994 $ $Date: 2014-06-03 15:00:45 -0400 (Tue, 03 Jun 2014) $
- Author:
- Middleware Services
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractSchemaElementValueTranscoder
public AbstractSchemaElementValueTranscoder()
encodeStringValue
public String encodeStringValue(T value)
- Encodes the supplied value into an ldap attribute value.
- Parameters:
value - to encode
- Returns:
- encoded value
Copyright © 2003-2015 Virginia Tech. All Rights Reserved.