| Package | Description |
|---|---|
| io.quarkus.arc.deployment |
| Modifier and Type | Method and Description |
|---|---|
static AutoAddScopeBuildItem.Builder |
AutoAddScopeBuildItem.builder() |
AutoAddScopeBuildItem.Builder |
AutoAddScopeBuildItem.Builder.containsAnnotations(org.jboss.jandex.DotName... annotationNames)
The class or any of its element must be annotated with the given annotation.
|
AutoAddScopeBuildItem.Builder |
AutoAddScopeBuildItem.Builder.defaultScope(BuiltinScope scope)
The scope annotation added to the class.
|
AutoAddScopeBuildItem.Builder |
AutoAddScopeBuildItem.Builder.defaultScope(org.jboss.jandex.DotName scopeAnnotationName)
The scope annotation added to the class.
|
AutoAddScopeBuildItem.Builder |
AutoAddScopeBuildItem.Builder.implementsInterface(org.jboss.jandex.DotName interfaceName)
The class must directly or indirectly implement the given interface.
|
AutoAddScopeBuildItem.Builder |
AutoAddScopeBuildItem.Builder.isAnnotatedWith(org.jboss.jandex.DotName annotationName)
The class must be annotated with the given annotation.
|
AutoAddScopeBuildItem.Builder |
AutoAddScopeBuildItem.Builder.match(AutoAddScopeBuildItem.MatchPredicate predicate)
Set a custom predicate.
|
AutoAddScopeBuildItem.Builder |
AutoAddScopeBuildItem.Builder.reason(String reason)
Specify an optional reason description that is used in log messages.
|
AutoAddScopeBuildItem.Builder |
AutoAddScopeBuildItem.Builder.requiresContainerServices()
At least one injection point or lifecycle callback must be declared in the class hierarchy.
|
AutoAddScopeBuildItem.Builder |
AutoAddScopeBuildItem.Builder.unremovable()
The bean will be unremovable.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.