| Interface | Description |
|---|---|
| JandexWorkParameters |
Parameters passed to
JandexWorkAction via the Work API. |
| Class | Description |
|---|---|
| JandexExtension |
Extension exposed as
jandex {} DSL block in build.gradle. |
| JandexPlugin |
Gradle plugin to generate Jandex CDI bean indexes
(
META-INF/jandex.idx). |
| JandexTask |
Gradle task that generates a Jandex index for a given set of class
directories.
|
| JandexWorkAction |
Worker action that runs in a classloader-isolated environment to avoid
dependency conflicts with the user project.
|