Class LdaptiveAttribute.Specification<T>

java.lang.Object
org.bremersee.ldaptive.LdaptiveAttribute.Specification<T>
Type Parameters:
T - the type parameter
All Implemented Interfaces:
LdaptiveAttribute<T>
Enclosing interface:
LdaptiveAttribute<T>

public static class LdaptiveAttribute.Specification<T> extends Object implements LdaptiveAttribute<T>
The ldaptive attribute specification.
  • Constructor Details

    • Specification

      public Specification(String name, boolean binary, org.ldaptive.transcode.ValueTranscoder<T> valueTranscoder)
      Instantiates a new specification.
      Parameters:
      name - the name
      binary - the binary
      valueTranscoder - the value transcoder