public class IndexingUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JANDEX_INDEX |
static org.jboss.jandex.DotName |
OBJECT |
| Constructor and Description |
|---|
IndexingUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
indexClass(String beanClass,
org.jboss.jandex.Indexer indexer,
org.jboss.jandex.IndexView quarkusIndex,
Set<org.jboss.jandex.DotName> additionalIndex,
ClassLoader classLoader) |
static void |
indexClass(String beanClass,
org.jboss.jandex.Indexer indexer,
org.jboss.jandex.IndexView quarkusIndex,
Set<org.jboss.jandex.DotName> additionalIndex,
ClassLoader classLoader,
byte[] beanData) |
static org.jboss.jandex.Index |
indexJar(File file) |
static org.jboss.jandex.Index |
indexJar(Path path) |
public static final org.jboss.jandex.DotName OBJECT
public static final String JANDEX_INDEX
public static org.jboss.jandex.Index indexJar(Path path) throws IOException
IOExceptionpublic static org.jboss.jandex.Index indexJar(File file) throws IOException
IOExceptionpublic static void indexClass(String beanClass, org.jboss.jandex.Indexer indexer, org.jboss.jandex.IndexView quarkusIndex, Set<org.jboss.jandex.DotName> additionalIndex, ClassLoader classLoader)
public static void indexClass(String beanClass, org.jboss.jandex.Indexer indexer, org.jboss.jandex.IndexView quarkusIndex, Set<org.jboss.jandex.DotName> additionalIndex, ClassLoader classLoader, byte[] beanData)
Copyright © 2021 JBoss by Red Hat. All rights reserved.