Class GuiceInteractionControllerInstantiator
java.lang.Object
io.github.kaktushose.jdac.guice.internal.GuiceInteractionControllerInstantiator
- All Implemented Interfaces:
io.github.kaktushose.jdac.dispatching.instance.InteractionControllerInstantiator
@Internal
public class GuiceInteractionControllerInstantiator
extends Object
implements io.github.kaktushose.jdac.dispatching.instance.InteractionControllerInstantiator
-
Constructor Summary
ConstructorsConstructorDescriptionGuiceInteractionControllerInstantiator(RuntimeBoundScope scope, com.google.inject.Injector injector) -
Method Summary
-
Constructor Details
-
GuiceInteractionControllerInstantiator
public GuiceInteractionControllerInstantiator(RuntimeBoundScope scope, com.google.inject.Injector injector)
-
-
Method Details
-
instance
public <T> T instance(Class<T> clazz, io.github.kaktushose.jdac.introspection.Introspection introspection) - Specified by:
instancein interfaceio.github.kaktushose.jdac.dispatching.instance.InteractionControllerInstantiator
-