Class AbstractClassDescriptor

    • Field Detail

      • logger

        protected final org.slf4j.Logger logger
        Logger for this class.
    • Constructor Detail

      • AbstractClassDescriptor

        public AbstractClassDescriptor()
    • Method Detail

      • setDnValueMutator

        protected void setDnValueMutator​(DnValueMutator mutator)
        Sets the dn value mutator.
        Parameters:
        mutator - to set
      • addAttributeValueMutator

        protected void addAttributeValueMutator​(AttributeValueMutator mutator)
        Adds an attribute value mutator to this class descriptor.
        Parameters:
        mutator - to add
      • addAttributeValueMutator

        protected void addAttributeValueMutator​(java.util.Collection<AttributeValueMutator> mutators)
        Adds attribute value mutators to this class descriptor.
        Parameters:
        mutators - to add
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object