Uses of Class
org.jboss.jandex.StackedIndex
-
Packages that use StackedIndex Package Description org.jboss.jandex Jandex is a space efficient Java class file indexer and offline reflection library. -
-
Uses of StackedIndex in org.jboss.jandex
Methods in org.jboss.jandex that return StackedIndex Modifier and Type Method Description static StackedIndex
StackedIndex. create(java.util.List<IndexView> indexes)
Creates a stacked index from givenindexes
.static StackedIndex
StackedIndex. create(IndexView... indexes)
Creates a stacked index from givenindexes
.StackedIndex
StackedIndex. pushIndex(IndexView index)
Creates a new stacked index where the givenindex
is on top of the stack and the rest of the stack is equivalent to this stacked index.
-