Uses of Interface
io.helidon.pico.tools.spi.InterceptorCreator
Packages that use InterceptorCreator
-
Uses of InterceptorCreator in io.helidon.pico.tools
Classes in io.helidon.pico.tools that implement InterceptorCreatorMethods in io.helidon.pico.tools that return InterceptorCreatorModifier and TypeMethodDescriptionInterceptorCreatorProvider.get()static InterceptorCreatorInterceptorCreatorProvider.instance()Returns the global instance that was service loaded.Methods in io.helidon.pico.tools with parameters of type InterceptorCreatorModifier and TypeMethodDescriptionio.helidon.pico.tools.DefaultInterceptorCreator.AbstractInterceptorProcessorDefaultInterceptorCreator.createInterceptorProcessor(ServiceInfoBasics interceptedService, InterceptorCreator delegateCreator, Optional<ProcessingEnvironment> processEnv) -
Uses of InterceptorCreator in io.helidon.pico.tools.spi
Methods in io.helidon.pico.tools.spi with parameters of type InterceptorCreatorModifier and TypeMethodDescriptionInterceptorCreator.createInterceptorProcessor(ServiceInfoBasics interceptedService, InterceptorCreator delegateCreator, Optional<ProcessingEnvironment> processEnv) Returns the processor appropriate for the context revealed in the calling arguments, favoring reflection if the serviceTypeElement is provided.