polymorphic Domain Object Container
abstract fun <T> polymorphicDomainObjectContainer(elementType: Class<T>): ExtensiblePolymorphicDomainObjectContainer<T>(source)
Creates a new ExtensiblePolymorphicDomainObjectContainer for managing named objects of the specified type.
The returned container will not have any factories or bindings registered.
Return
The container.
Since
6.1
Parameters
element Type
The type of objects for the container to contain.
<T>
The type of objects for the container to contain.