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 StackedIndexStackedIndex. create(java.util.List<IndexView> indexes)Creates a stacked index from givenindexes.static StackedIndexStackedIndex. create(IndexView... indexes)Creates a stacked index from givenindexes.StackedIndexStackedIndex. pushIndex(IndexView index)Creates a new stacked index where the givenindexis on top of the stack and the rest of the stack is equivalent to this stacked index.
-