Package | Description |
---|---|
org.grouplens.grapht |
Modifier and Type | Method and Description |
---|---|
InjectorBuilder |
InjectorBuilder.applyModule(Module module)
Apply a module to the root context of this InjectorBuilder (i.e.
|
static InjectorBuilder |
InjectorBuilder.create(ClassLoader loader,
Module... modules)
Create a new injector builder using the specified class loader.
|
static InjectorBuilder |
InjectorBuilder.create(Module... modules)
Create a new injector builder with the default SPI.
|
InjectorBuilder |
InjectorBuilder.setDefaultCachePolicy(CachePolicy policy)
Set the default cache policy used by injectors created by this builder.
|
InjectorBuilder |
InjectorBuilder.setProviderInjectionEnabled(boolean enable)
Set whether or not to enable provider injection support in the built
Injectors.
|
Copyright © 2016 GroupLens Research. All rights reserved.