Uses of Record Class
org.apache.logging.log4j.plugins.di.spi.InjectionPoint
Packages that use InjectionPoint
Package
Description
Dependency injection API.
Provides various SPI classes for the DI system.
-
Uses of InjectionPoint in org.apache.logging.log4j.plugins.di
Methods in org.apache.logging.log4j.plugins.di with parameters of type InjectionPointModifier and TypeMethodDescriptionprotected <T> Supplier<T>
DefaultInstanceFactory.getArgumentFactory
(InjectionPoint<T> injectionPoint, DependencyChain dependencyChain) Method parameters in org.apache.logging.log4j.plugins.di with type arguments of type InjectionPointModifier and TypeMethodDescriptionDefaultInstanceFactory.getArgumentFactories
(Key<?> key, List<InjectionPoint<?>> argumentInjectionPoints, DependencyChain dependencyChain) -
Uses of InjectionPoint in org.apache.logging.log4j.plugins.di.spi
Fields in org.apache.logging.log4j.plugins.di.spi with type parameters of type InjectionPointModifier and TypeFieldDescriptionstatic final Key<InjectionPoint<?>>
InjectionPoint.CURRENT_INJECTION_POINT
Methods in org.apache.logging.log4j.plugins.di.spi that return InjectionPointModifier and TypeMethodDescriptionstatic <T> InjectionPoint<T>
static <T> InjectionPoint<T>
InjectionPoint.forParameter
(Parameter parameter) Methods in org.apache.logging.log4j.plugins.di.spi that return types with arguments of type InjectionPointModifier and TypeMethodDescriptionstatic List<InjectionPoint<?>>
InjectionPoint.fromExecutable
(Executable executable)