Class MatchingRuleUseValueTranscoder

    • Constructor Detail

      • MatchingRuleUseValueTranscoder

        public MatchingRuleUseValueTranscoder()
    • Method Detail

      • decodeStringValue

        public MatchingRuleUse decodeStringValue​(java.lang.String value)
        Description copied from interface: ValueTranscoder
        Decodes the supplied ldap attribute value into a custom type.
        Parameters:
        value - to decode
        Returns:
        decoded value
      • getType

        public java.lang.Class<MatchingRuleUse> getType()
        Description copied from interface: ValueTranscoder
        Returns the type produced by this value transcoder.
        Returns:
        type produced by this value transcoder