Uses of Class
tech.guilhermekaua.spigotboot.core.context.dependency.manager.DependencyManager
Packages that use DependencyManager
Package
Description
-
Uses of DependencyManager in tech.guilhermekaua.spigotboot.core.context
Methods in tech.guilhermekaua.spigotboot.core.context that return DependencyManager -
Uses of DependencyManager in tech.guilhermekaua.spigotboot.core.context.component.proxy.decider
Methods in tech.guilhermekaua.spigotboot.core.context.component.proxy.decider with parameters of type DependencyManagerModifier and TypeMethodDescriptionbooleanBeanProxyDecider.shouldProxy(@NotNull BeanDefinition definition, @NotNull DependencyManager dependencyManager) Decide whether the given bean should be instantiated as a proxy. -
Uses of DependencyManager in tech.guilhermekaua.spigotboot.core.context.component.proxy.decider.impl
Methods in tech.guilhermekaua.spigotboot.core.context.component.proxy.decider.impl with parameters of type DependencyManagerModifier and TypeMethodDescriptionbooleanMethodHandlerDrivenProxyDecider.shouldProxy(@NotNull BeanDefinition definition, @NotNull DependencyManager dependencyManager) -
Uses of DependencyManager in tech.guilhermekaua.spigotboot.core.context.component.proxy.decider.strategy
Methods in tech.guilhermekaua.spigotboot.core.context.component.proxy.decider.strategy with parameters of type DependencyManagerModifier and TypeMethodDescriptionbooleanBeanProxyDeciderResolver.shouldProxy(@NotNull BeanDefinition definition, @NotNull DependencyManager dependencyManager) -
Uses of DependencyManager in tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.processor
Methods in tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.processor with parameters of type DependencyManagerModifier and TypeMethodDescriptionMethodHandlerProcessor.processClass(Class<?> clazz, DependencyManager dependencyManager) MethodHandlerProcessor.processFromPackage(String basePackage, DependencyManager dependencyManager) -
Uses of DependencyManager in tech.guilhermekaua.spigotboot.core.context.component.registry
Methods in tech.guilhermekaua.spigotboot.core.context.component.registry with parameters of type DependencyManagerModifier and TypeMethodDescriptionvoidComponentRegistry.registerComponents(String basePackage, DependencyManager dependencyManager) voidComponentRegistry.resolveAllComponents(DependencyManager dependencyManager) -
Uses of DependencyManager in tech.guilhermekaua.spigotboot.core.context.configuration.processor
Methods in tech.guilhermekaua.spigotboot.core.context.configuration.processor with parameters of type DependencyManagerModifier and TypeMethodDescriptionvoidConfigurationProcessor.processClass(Class<?> clazz, DependencyManager dependencyManager) voidConfigurationProcessor.processFromPackage(String basePackage, DependencyManager dependencyManager) -
Uses of DependencyManager in tech.guilhermekaua.spigotboot.core.context.configuration.proxy
Methods in tech.guilhermekaua.spigotboot.core.context.configuration.proxy with parameters of type DependencyManagerModifier and TypeMethodDescriptionstatic <T> TConfigurationClassProxy.createProxy(@NotNull Class<T> clazz, @NotNull Set<Method> beanMethods, @NotNull DependencyManager dependencyManager) Constructors in tech.guilhermekaua.spigotboot.core.context.configuration.proxy with parameters of type DependencyManagerModifierConstructorDescriptionConfigurationClassProxy(DependencyManager dependencyManager, Set<Method> beanMethods) -
Uses of DependencyManager in tech.guilhermekaua.spigotboot.core.context.dependency
Methods in tech.guilhermekaua.spigotboot.core.context.dependency with parameters of type DependencyManagerModifier and TypeMethodDescriptionvoidDependencyReloadCallback.reload(@NotNull Object instance, @NotNull DependencyManager dependencyManager) -
Uses of DependencyManager in tech.guilhermekaua.spigotboot.core.context.dependency.postprocessor
Methods in tech.guilhermekaua.spigotboot.core.context.dependency.postprocessor with parameters of type DependencyManagerModifier and TypeMethodDescription@NotNull ObjectBeanPostProcessor.postProcess(@NotNull BeanDefinition definition, @NotNull Object instance, @NotNull DependencyManager dependencyManager) @NotNull ObjectMethodHandlerProxyBeanPostProcessor.postProcess(@NotNull BeanDefinition definition, @NotNull Object instance, @NotNull DependencyManager dependencyManager) -
Uses of DependencyManager in tech.guilhermekaua.spigotboot.core.context.lifecycle
Constructors in tech.guilhermekaua.spigotboot.core.context.lifecycle with parameters of type DependencyManagerModifierConstructorDescriptionBeanLifecycleInvoker(@NotNull DependencyManager dependencyManager) ContextLifecycle(@NotNull Context context, @NotNull DependencyManager dependencyManager, @NotNull List<Class<? extends Module>> modulesToLoad)