Class SchemaObjectWrapper


  • public class SchemaObjectWrapper
    extends Object
    A class containing a SchemaObject, used by the global registries. As the hash code method of the SchemaObject class is too complex, we had to define a simplest class for this purpose, where the hash code is computed using only the SchemaObject type and its OID.
    Author:
    Apache Directory Project
    • Constructor Detail

      • SchemaObjectWrapper

        public SchemaObjectWrapper​(SchemaObject schemaObject)
        Creates a new instance of SchemaObjectWrapper.
        Parameters:
        schemaObject - The contained SchemaObject