org.ldaptive.schema.io
Class DITContentRuleValueTranscoder
java.lang.Object
org.ldaptive.io.AbstractStringValueTranscoder<T>
org.ldaptive.schema.io.AbstractSchemaElementValueTranscoder<DITContentRule>
org.ldaptive.schema.io.DITContentRuleValueTranscoder
- All Implemented Interfaces:
- ValueTranscoder<DITContentRule>
public class DITContentRuleValueTranscoder
- extends AbstractSchemaElementValueTranscoder<DITContentRule>
Decodes and encodes a DIT content rule for use in an ldap attribute value.
- Version:
- $Revision: 2940 $ $Date: 2014-03-31 11:10:46 -0400 (Mon, 31 Mar 2014) $
- Author:
- Middleware Services
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DITContentRuleValueTranscoder
public DITContentRuleValueTranscoder()
decodeStringValue
public DITContentRule decodeStringValue(String value)
- Decodes the supplied ldap attribute value into a custom type.
- Parameters:
value - to decode
- Returns:
- decoded value
getType
public Class<DITContentRule> getType()
- Returns the type produced by this value transcoder.
- Returns:
- type produced by this value transcoder
Copyright © 2003-2015 Virginia Tech. All Rights Reserved.