| Modifier and Type | Method and Description |
|---|---|
ContextConfigurator |
ContextRegistrar.RegistrationContext.configure(Class<? extends Annotation> scopeAnnotation) |
ContextConfigurator |
ContextConfigurator.contextClass(Class<? extends InjectableContext> contextClazz) |
ContextConfigurator |
ContextConfigurator.creator(Class<? extends ContextCreator> creatorClazz) |
ContextConfigurator |
ContextConfigurator.creator(Function<io.quarkus.gizmo.MethodCreator,io.quarkus.gizmo.ResultHandle> creator) |
ContextConfigurator |
ContextConfigurator.normal()
By default, the context is considered normal if the scope annotion is annotated with
NormalScope. |
ContextConfigurator |
ContextConfigurator.normal(boolean value)
By default, the context is considered normal if the scope annotion is annotated with
NormalScope. |
ContextConfigurator |
ContextConfigurator.param(String name,
boolean value) |
ContextConfigurator |
ContextConfigurator.param(String name,
Class<?> value) |
ContextConfigurator |
ContextConfigurator.param(String name,
double value) |
ContextConfigurator |
ContextConfigurator.param(String name,
int value) |
ContextConfigurator |
ContextConfigurator.param(String name,
long value) |
ContextConfigurator |
ContextConfigurator.param(String name,
String value) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.