Package io.github.slimjar.injector
Class SimpleDependencyInjector
java.lang.Object
io.github.slimjar.injector.SimpleDependencyInjector
- All Implemented Interfaces:
DependencyInjector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinject(@NotNull Injectable injectable, @NotNull DependencyData data, @NotNull Map<String, ResolutionResult> preResolvedResults)
-
Constructor Details
-
SimpleDependencyInjector
-
-
Method Details
-
inject
public void inject(@NotNull @NotNull Injectable injectable, @NotNull @NotNull DependencyData data, @NotNull @NotNull Map<String, ResolutionResult> preResolvedResults) - Specified by:
injectin interfaceDependencyInjector
-