- Preparing search index...
- The search index is not available
TESSA Web API
Interface BindingToSyntax<T>
Methods
toConstantValue
- toConstantValue(value: T): BindingWhenOnSyntax<T>
-
toConstructor
- toConstructor<T2>(constructor: Newable<T2>): BindingWhenOnSyntax<T>
-
toFactory
- toFactory<T2, T3, T4>(factory: FactoryCreator<T2, T3, T4>): BindingWhenOnSyntax<T>
-
Type Parameters
-
T2
-
T3 extends unknown[] = unknown[]
-
T4 extends unknown[] = unknown[]
toFunction
- toFunction(func: T): BindingWhenOnSyntax<T>
-
toSelf
- toSelf(): BindingInWhenOnSyntax<T>
-
toService
- toService(service: ServiceIdentifier<T>): void
-
Returns void