Module hivemind.lib
Back to master index

[public] Schema hivemind.lib.AdapterRegistry
Used with the hivemind.lib.AdapterRegistryFactory to define a set of classes and corresponding adapters.
Element <adapter>
Attribute class (required) Translator: class
The class (or interface) to register the adapter against.
Attribute object (required) Translator: object
The adapter that corresponds to objects of the given class.
Conversion Rules
<conversion class="adapter.AdapterRegistryContribution" >
  • <map attribute="class" property="registerClass" />
  • <map attribute="object" property="adapter" />
</conversion>

Module hivemind.lib
Back to master index