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