Class AbstractCASAttributeTranscoder<EncodedType extends IdPAttributeValue>

Type Parameters:
EncodedType - the type of data that can be handled by the transcoder
All Implemented Interfaces:
AttributeTranscoder<Attribute>, CASAttributeTranscoder, Component, DestructableComponent, InitializableComponent
Direct Known Subclasses:
CASDateTimeAttributeTranscoder, CASScopedStringAttributeTranscoder, CASStringAttributeTranscoder

public abstract class AbstractCASAttributeTranscoder<EncodedType extends IdPAttributeValue> extends AbstractAttributeTranscoder<Attribute> implements CASAttributeTranscoder
Base class for transcoders that support CAS attributes.
  • Field Details

    • log

      @Nonnull private final org.slf4j.Logger log
      Class logger.
  • Constructor Details

    • AbstractCASAttributeTranscoder

      public AbstractCASAttributeTranscoder()
  • Method Details