Package io.quarkus.deployment.index
Interface ApplicationArchiveBuildStep.IndexDependencyConfiguration
- Enclosing class:
ApplicationArchiveBuildStep
@ConfigMapping(prefix="quarkus.index-dependency")
@ConfigRoot(phase=BUILD_TIME)
static interface ApplicationArchiveBuildStep.IndexDependencyConfiguration
Indexing
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionArtifacts on the classpath that should also be indexed.
-
Method Details
-
indexDependency
@WithParentName @ConfigDocSection @ConfigDocMapKey("dependency-name") Map<String,ApplicationArchiveBuildStep.IndexDependencyConfiguration.IndexDependencyConfig> indexDependency()Artifacts on the classpath that should also be indexed.Their classes will be in the index and processed by Quarkus processors.
-