Uses of Interface
io.helidon.inject.tools.spi.InterceptorCreator
Packages that use InterceptorCreator
Package
Description
Injection Tools.
Tools SPI support.
-
Uses of InterceptorCreator in io.helidon.inject.tools
Classes in io.helidon.inject.tools that implement InterceptorCreatorMethods in io.helidon.inject.tools that return InterceptorCreatorModifier and TypeMethodDescriptionInterceptorCreatorProvider.get()
static InterceptorCreator
InterceptorCreatorProvider.instance()
Returns the global instance that was service loaded.Methods in io.helidon.inject.tools with parameters of type InterceptorCreatorModifier and TypeMethodDescriptionInterceptorCreatorDefault.createInterceptorProcessor
(io.helidon.inject.api.ServiceInfoBasics interceptedService, InterceptorCreator delegateCreator) io.helidon.inject.tools.InterceptorCreatorDefault.AbstractInterceptorProcessor
InterceptorCreatorDefault.createInterceptorProcessor
(io.helidon.inject.api.ServiceInfoBasics interceptedService, InterceptorCreator delegateCreator, ProcessingEnvironment processEnv) -
Uses of InterceptorCreator in io.helidon.inject.tools.spi
Methods in io.helidon.inject.tools.spi with parameters of type InterceptorCreatorModifier and TypeMethodDescriptionInterceptorCreator.createInterceptorProcessor
(io.helidon.inject.api.ServiceInfoBasics interceptedService, InterceptorCreator delegateCreator) Returns the reflection based interceptor processor.InterceptorCreator.createInterceptorProcessor
(io.helidon.inject.api.ServiceInfoBasics interceptedService, InterceptorCreator delegateCreator, ProcessingEnvironment processEnv) Returns the annotation based interceptor processor.