Uses of Class
tech.guilhermekaua.spigotboot.core.context.dependency.injector.InjectionPoint
Packages that use InjectionPoint
Package
Description
-
Uses of InjectionPoint in tech.guilhermekaua.spigotboot.core.context.dependency.injector
Methods in tech.guilhermekaua.spigotboot.core.context.dependency.injector that return InjectionPointModifier and TypeMethodDescriptionstatic @NotNull InjectionPointCreates an injection point from an injected field.static @NotNull InjectionPointInjectionPoint.fromParameter(@NotNull Parameter parameter) Creates an injection point from a constructor or method parameter.static @NotNull InjectionPointInjectionPoint.fromSetterMethod(@NotNull Method method) Creates an injection point from a setter method.Methods in tech.guilhermekaua.spigotboot.core.context.dependency.injector with parameters of type InjectionPointModifier and TypeMethodDescriptionbooleanCustomInjectorRegistry.customInjectorSupported(@NotNull InjectionPoint injectionPoint) Checks if any registered custom injector supports the given injection point.booleanDefaultCustomInjectorRegistry.customInjectorSupported(@NotNull InjectionPoint injectionPoint) @NotNull InjectionResultCustomInjector.resolve(@NotNull InjectionPoint injectionPoint) Attempts to resolve a dependency for the given injection point.booleanCustomInjector.supports(@NotNull InjectionPoint injectionPoint) Determines whether this injector can handle the given injection point. -
Uses of InjectionPoint in tech.guilhermekaua.spigotboot.core.context.dependency.manager
Methods in tech.guilhermekaua.spigotboot.core.context.dependency.manager with parameters of type InjectionPointModifier and TypeMethodDescription<T> TDependencyManager.resolveDependency(@NotNull InjectionPoint injectionPoint) Resolves a dependency for the given injection point.