object NewInstanceInjector extends Injector
Ordering
- Alphabetic
- By Inheritance
Inherited
- NewInstanceInjector
- Injector
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def asJava: inject.Injector
Get as an instance of the Java injector.
Get as an instance of the Java injector.
- Definition Classes
- Injector
- def instanceOf[T](key: BindingKey[T]): T
Get an instance bound to the given binding key.
Get an instance bound to the given binding key.
- Definition Classes
- → Injector
- def instanceOf[T](clazz: Class[T]): T
Get an instance of the given class from the injector.
Get an instance of the given class from the injector.
- Definition Classes
- → Injector
- def instanceOf[T](implicit ct: ClassTag[T]): T
Get an instance of the given class from the injector.
Get an instance of the given class from the injector.
- Definition Classes
- → Injector
An injector that simply creates a new instance of the passed in classes using the classes no-arg constructor.