Class SyntaxValueTranscoder

All Implemented Interfaces:
ValueTranscoder<Syntax>

public class SyntaxValueTranscoder extends AbstractSchemaElementValueTranscoder<Syntax>
Decodes and encodes an attribute syntax for use in an ldap attribute value.
  • Constructor Details

    • SyntaxValueTranscoder

      public SyntaxValueTranscoder()
  • Method Details

    • decodeStringValue

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