Class DITStructureRuleValueTranscoder

All Implemented Interfaces:
ValueTranscoder<DITStructureRule>

public class DITStructureRuleValueTranscoder extends AbstractSchemaElementValueTranscoder<DITStructureRule>
Decodes and encodes a DIT structure rule for use in an ldap attribute value.
  • Constructor Details

    • DITStructureRuleValueTranscoder

      public DITStructureRuleValueTranscoder()
  • Method Details

    • decodeStringValue

      public DITStructureRule decodeStringValue(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 Class<DITStructureRule> getType()
      Description copied from interface: ValueTranscoder
      Returns the type produced by this value transcoder.
      Returns:
      type produced by this value transcoder