Uses of Class
io.quarkus.arc.processor.ContextConfigurator
-
Packages that use ContextConfigurator Package Description io.quarkus.arc.processor -
-
Uses of ContextConfigurator in io.quarkus.arc.processor
Methods in io.quarkus.arc.processor that return ContextConfigurator Modifier and Type Method Description ContextConfiguratorContextRegistrar.RegistrationContext. configure(Class<? extends Annotation> scopeAnnotation)ContextConfiguratorContextConfigurator. contextClass(Class<? extends InjectableContext> contextClazz)ContextConfiguratorContextConfigurator. creator(Class<? extends ContextCreator> creatorClazz)ContextConfiguratorContextConfigurator. creator(Function<io.quarkus.gizmo.MethodCreator,io.quarkus.gizmo.ResultHandle> creator)ContextConfiguratorContextConfigurator. normal()By default, the context is considered normal if the scope annotion is annotated withNormalScope.ContextConfiguratorContextConfigurator. normal(boolean value)By default, the context is considered normal if the scope annotion is annotated withNormalScope.ContextConfiguratorContextConfigurator. param(String name, boolean value)ContextConfiguratorContextConfigurator. param(String name, double value)ContextConfiguratorContextConfigurator. param(String name, int value)ContextConfiguratorContextConfigurator. param(String name, long value)ContextConfiguratorContextConfigurator. param(String name, Class<?> value)ContextConfiguratorContextConfigurator. param(String name, String value)
-