Interface Instantiator
-
- All Known Implementing Classes:
BindInstantiator,ConstructorInstantiator,CustomTypeInstantiator,NonStaticFactoryInstantiator,ScopeInstantiator,SelfInstantiator,StaticFactoryInstantiator
public interface Instantiator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<de.quantummaid.reflectmaid.ResolvedType>dependencies()Stringdescription()Objectinstantiate(List<Object> dependencies, ScopeManager scopeManager, InjectMaid injectMaid)
-
-
-
Method Detail
-
dependencies
List<de.quantummaid.reflectmaid.ResolvedType> dependencies()
-
instantiate
Object instantiate(List<Object> dependencies, ScopeManager scopeManager, InjectMaid injectMaid) throws Exception
- Throws:
Exception
-
description
String description()
-
-