Uses of Class
tech.guilhermekaua.spigotboot.core.context.dependency.injector.InjectionResult
Packages that use InjectionResult
-
Uses of InjectionResult in tech.guilhermekaua.spigotboot.core.context.dependency.injector
Methods in tech.guilhermekaua.spigotboot.core.context.dependency.injector that return InjectionResultModifier and TypeMethodDescriptionstatic @NotNull InjectionResultCreates a result indicating that the injector handled this injection point.static @NotNull InjectionResultInjectionResult.notHandled()Creates a result indicating that the injector did not handle this injection point.@NotNull InjectionResultCustomInjector.resolve(@NotNull InjectionPoint injectionPoint) Attempts to resolve a dependency for the given injection point.