FactoryResolver
class FactoryResolver<T : Any>(makerIdentifier: Identifier<InjectableFactory<T>>) : IdentifierResolver<T>
An IdentifierResolver that resolves elements generated by a factory.
Properties
Link copied to clipboard
The requirements for this resolver, i.e. the identifiers that this resolver needs from the components
argument of resolve. This information is used for dependency analysis to properly "link" components that are resolved against during resolution, such as with aliases.