Package io.quarkus.deployment.index
Class IndexingUtil
java.lang.Object
io.quarkus.deployment.index.IndexingUtil
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final org.jboss.jandex.DotNameDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidindexClass(String className, org.jboss.jandex.Indexer indexer, org.jboss.jandex.IndexView quarkusIndex, Set<org.jboss.jandex.DotName> additionalIndex, ClassLoader classLoader) Deprecated, for removal: This API element is subject to removal in a future version.useLazyIndexerstatic voidindexClass(String className, org.jboss.jandex.Indexer indexer, org.jboss.jandex.IndexView quarkusIndex, Set<org.jboss.jandex.DotName> additionalIndex, ClassLoader classLoader, byte[] beanData) Deprecated, for removal: This API element is subject to removal in a future version.useLazyIndexerstatic voidindexClass(String className, org.jboss.jandex.Indexer indexer, org.jboss.jandex.IndexView quarkusIndex, Set<org.jboss.jandex.DotName> additionalIndex, Set<org.jboss.jandex.DotName> knownMissingClasses, ClassLoader classLoader) Deprecated, for removal: This API element is subject to removal in a future version.useLazyIndexerstatic voidindexClass(String className, org.jboss.jandex.Indexer indexer, org.jboss.jandex.IndexView quarkusIndex, Set<org.jboss.jandex.DotName> additionalIndex, Set<org.jboss.jandex.DotName> knownMissingClasses, ClassLoader classLoader, byte[] beanData) Deprecated, for removal: This API element is subject to removal in a future version.useLazyIndexerstatic org.jboss.jandex.Indexstatic org.jboss.jandex.Indexstatic org.jboss.jandex.Indexstatic org.jboss.jandex.Indexstatic org.jboss.jandex.Index
-
Field Details
-
OBJECT
Deprecated, for removal: This API element is subject to removal in a future version.useDotName.OBJECT_NAME -
JANDEX_INDEX
- See Also:
-
-
Constructor Details
-
IndexingUtil
public IndexingUtil()
-
-
Method Details
-
indexTree
public static org.jboss.jandex.Index indexTree(io.quarkus.paths.OpenPathTree tree, Set<String> removed) throws IOException - Throws:
IOException
-
indexJar
- Throws:
IOException
-
indexJar
- Throws:
IOException
-
indexJar
- Throws:
IOException
-
indexJar
- Throws:
IOException
-
indexClass
@Deprecated(since="3.37", forRemoval=true) public static void indexClass(String className, org.jboss.jandex.Indexer indexer, org.jboss.jandex.IndexView quarkusIndex, Set<org.jboss.jandex.DotName> additionalIndex, ClassLoader classLoader) Deprecated, for removal: This API element is subject to removal in a future version.useLazyIndexer -
indexClass
@Deprecated(since="3.37", forRemoval=true) public static void indexClass(String className, org.jboss.jandex.Indexer indexer, org.jboss.jandex.IndexView quarkusIndex, Set<org.jboss.jandex.DotName> additionalIndex, Set<org.jboss.jandex.DotName> knownMissingClasses, ClassLoader classLoader) Deprecated, for removal: This API element is subject to removal in a future version.useLazyIndexer -
indexClass
@Deprecated(since="3.37", forRemoval=true) public static void indexClass(String className, org.jboss.jandex.Indexer indexer, org.jboss.jandex.IndexView quarkusIndex, Set<org.jboss.jandex.DotName> additionalIndex, ClassLoader classLoader, byte[] beanData) Deprecated, for removal: This API element is subject to removal in a future version.useLazyIndexer -
indexClass
@Deprecated(since="3.37", forRemoval=true) public static void indexClass(String className, org.jboss.jandex.Indexer indexer, org.jboss.jandex.IndexView quarkusIndex, Set<org.jboss.jandex.DotName> additionalIndex, Set<org.jboss.jandex.DotName> knownMissingClasses, ClassLoader classLoader, byte[] beanData) Deprecated, for removal: This API element is subject to removal in a future version.useLazyIndexer
-
DotName.OBJECT_NAME