Class AttributeTypeValueTranscoder

All Implemented Interfaces:
ValueTranscoder<AttributeType>

public class AttributeTypeValueTranscoder extends AbstractSchemaElementValueTranscoder<AttributeType>
Decodes and encodes an attribute type for use in an ldap attribute value.
  • Constructor Details

    • AttributeTypeValueTranscoder

      public AttributeTypeValueTranscoder()
  • Method Details

    • decodeStringValue

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