public final class AutoAddScopeBuildItem
extends io.quarkus.builder.item.MultiBuildItem
| Modifier and Type | Class and Description |
|---|---|
static class |
AutoAddScopeBuildItem.Builder |
static interface |
AutoAddScopeBuildItem.MatchPredicate |
| Modifier and Type | Method and Description |
|---|---|
static AutoAddScopeBuildItem.Builder |
builder() |
org.jboss.jandex.DotName |
getDefaultScope() |
String |
getReason() |
boolean |
isContainerServicesRequired() |
boolean |
isUnremovable() |
boolean |
test(org.jboss.jandex.ClassInfo clazz,
Collection<org.jboss.jandex.AnnotationInstance> annotations,
org.jboss.jandex.IndexView index) |
public static AutoAddScopeBuildItem.Builder builder()
public boolean isContainerServicesRequired()
public org.jboss.jandex.DotName getDefaultScope()
public boolean isUnremovable()
public String getReason()
public boolean test(org.jboss.jandex.ClassInfo clazz,
Collection<org.jboss.jandex.AnnotationInstance> annotations,
org.jboss.jandex.IndexView index)
Copyright © 2021 JBoss by Red Hat. All rights reserved.