Package de.quantummaid.httpmaid.guice
Class GuiceUseCaseInstantiator
- java.lang.Object
-
- de.quantummaid.httpmaid.guice.GuiceUseCaseInstantiator
-
- All Implemented Interfaces:
GenericUseCaseInstantiator,UseCaseInstantiator
public class GuiceUseCaseInstantiator extends Object implements UseCaseInstantiator
-
-
Constructor Summary
Constructors Constructor Description GuiceUseCaseInstantiator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UseCaseInstantiatorguiceUseCaseInstantiator(com.google.inject.Injector injector)<T> Tinstantiate(Class<T> type)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.quantummaid.httpmaid.usecases.instantiation.GenericUseCaseInstantiator
check
-
Methods inherited from interface de.quantummaid.httpmaid.usecases.instantiation.UseCaseInstantiator
instantiate
-
-
-
-
Method Detail
-
guiceUseCaseInstantiator
public static UseCaseInstantiator guiceUseCaseInstantiator(com.google.inject.Injector injector)
-
instantiate
public <T> T instantiate(Class<T> type)
- Specified by:
instantiatein interfaceUseCaseInstantiator
-
-