public final class BeanArchiveIndexBuildItem
extends io.quarkus.builder.item.SimpleBuildItem
IndexView on the whole deployment that has a complete CDI-related information.
As such, this index should be used for any CDI-oriented work.
Compared to CombinedIndexBuildItem this index can contain additional classes
that were indexed while bean discovery was in progress.
It also holds information about all programmatically registered beans and all generated bean classes.| Constructor and Description |
|---|
BeanArchiveIndexBuildItem(org.jboss.jandex.IndexView index,
Set<org.jboss.jandex.DotName> generatedClassNames) |
| Modifier and Type | Method and Description |
|---|---|
Set<org.jboss.jandex.DotName> |
getGeneratedClassNames() |
org.jboss.jandex.IndexView |
getIndex() |
public BeanArchiveIndexBuildItem(org.jboss.jandex.IndexView index,
Set<org.jboss.jandex.DotName> generatedClassNames)
public org.jboss.jandex.IndexView getIndex()
public Set<org.jboss.jandex.DotName> getGeneratedClassNames()
Copyright © 2021 JBoss by Red Hat. All rights reserved.