Verify

object Verify

Verify API

Help to check current factory of a Module

Functions

Link copied to clipboard
fun addExtraTypes(kClassList: List<KClass<*>>)
fun addExtraTypes(vararg kClass: KClass<*>)
Link copied to clipboard
fun verify(module: Module, extraTypes: List<KClass<*>> = emptyList(), injections: List<ParameterTypeInjection>? = null): Verification

Make a static verification about all declared classes constructors, to ensure they are all bound to an existing definition Throws MissingDefinitionException if any definition is missing