class GuiceInjectorWithClassLoaderProvider extends Provider[Injector]
Ordering
- Alphabetic
- By Inheritance
Inherited
- GuiceInjectorWithClassLoaderProvider
- Provider
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new GuiceInjectorWithClassLoaderProvider(injector: GuiceInjector, guiceClassLoader: GuiceClassLoader)
- injector
The injector to wrap.
- guiceClassLoader
The
ClassLoader
the injector should use.
- Annotations
- @Inject()
Value Members
- def get(): Injector
- Definition Classes
- GuiceInjectorWithClassLoaderProvider → Provider
A provider for a Guice injector that wraps the injector to ensure it uses the correct
ClassLoader
.