Class DefaultClassDescriptor

  • All Implemented Interfaces:
    ClassDescriptor

    public class DefaultClassDescriptor
    extends AbstractClassDescriptor
    Default implementation of a class descriptor. Reads the Entry annotation and sets the appropriate DN and attribute value mutators.
    • Constructor Detail

      • DefaultClassDescriptor

        public DefaultClassDescriptor()
    • Method Detail

      • initialize

        public void initialize​(Class<?> type)
        Description copied from interface: ClassDescriptor
        Prepare this class descriptor for use.
        Parameters:
        type - of object to describe