instantiateTypes

open fun instantiateTypes(types: Collection<Class<out Any>>): List<T>

Instantiate the given set of classes, injecting constructor arguments as necessary.

Return

a list of instantiated instances

Since

2.4.8

Parameters

types

the types to instantiate