Companion
Extension point for ComponentFactoryContainer (such as factory methods).
Functions
Link copied to clipboard
fun ComponentFactoryContainer.Companion.create(components: Map<KClass<*>, ComponentFactory>, chainedComponents: Map<KClass<*>, Sequence<ComponentFactory>> = emptyMap()): ComponentFactoryContainer
Creates a ComponentFactoryContainer based on the given components and chainedComponents.
Link copied to clipboard
fun ComponentFactoryContainer.Companion.createBasedOnConfig(config: VariistConfig): ComponentFactoryContainer
Creates a ComponentFactoryContainer based on the given config.