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