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 InjectableContext> contextClazz) ContextConfigurator.creator(Class<? extends ContextCreator> creatorClazz) ContextConfigurator.creator(Function<io.quarkus.gizmo.MethodCreator, io.quarkus.gizmo.ResultHandle> 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.