|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cayenne.di.DIBootstrap
public class DIBootstrap
A class that bootstraps the Cayenne DI container.
Constructor Summary | |
---|---|
DIBootstrap()
|
Method Summary | |
---|---|
static Injector |
createInjector(java.util.Collection<Module> modules)
Creates and returns an injector instance working with the set of provided modules. |
static Injector |
createInjector(Module... modules)
Creates and returns an injector instance working with the set of provided modules. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DIBootstrap()
Method Detail |
---|
public static Injector createInjector(Module... modules) throws ConfigurationException
ConfigurationException
public static Injector createInjector(java.util.Collection<Module> modules)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |