Class InjectorImpl

java.lang.Object
me.datafox.dfxengine.injector.InjectorImpl
All Implemented Interfaces:
Injector

public class InjectorImpl extends Object implements Injector

A dependency injector. For general information, see README.md on GitHub. Use InjectorBuilder to build.

getComponent(Class), getComponent(TypeRef), getComponent(Class, Class), getComponent(TypeRef, TypeRef), getComponents(Class), getComponents(TypeRef), getComponents(Class, Class) and getComponents(TypeRef, TypeRef) can be used to retrieve components. The requesting parameter is only relevant when requesting components that have InstantiationPolicy.PER_INSTANCE.