Associate an ObjectFactory subclass with a Type.
Note: The associated factory_type
will thereafter be responsible for the creation of new
Object implementations for instances appropriate for type
.
this |
the Registry in which to register the type association |
type |
an Object type |
factory_type |
an ObjectFactory type to associate with |