* Builds type described by provided type context. * * @param {TypeMetadata } typeMetadata Type metadata. * @param {ReadonlyMap >} typeEntryMap Type entry map. * @param {Injector} injector Injector. * * @returns {TObject} Ob
(typeMetadata: TypeMetadata<TObject>, typeEntryMap: ReadonlyMap<PropertyName, TypeEntry<TObject, any>>, injector: Injector)
| 20 | * @returns {TObject} Object instance described by provided type context. |
| 21 | */ |
| 22 | build<TObject>(typeMetadata: TypeMetadata<TObject>, typeEntryMap: ReadonlyMap<PropertyName, TypeEntry<TObject, any>>, injector: Injector): TObject; |
| 23 | } |
no outgoing calls
no test coverage detected