Uses of Class
io.quarkus.arc.processor.ContextConfigurator
Packages that use ContextConfigurator
-
Uses of ContextConfigurator in io.quarkus.arc.processor
Methods in io.quarkus.arc.processor that return ContextConfiguratorModifier and TypeMethodDescriptionContextRegistrar.RegistrationContext.configure(Class<? extends Annotation> scopeAnnotation) ContextConfigurator.contextClass(Class<? extends io.quarkus.arc.InjectableContext> contextClazz) ContextConfigurator.creator(Function<ContextConfigurator.CreateGeneration, io.quarkus.gizmo2.Expr> creator) ContextConfigurator.normal()By default, the context is considered normal if the scope annotion is annotated withNormalScope.ContextConfigurator.normal(boolean value) By default, the context is considered normal if the scope annotion is annotated withNormalScope.