Uses of Class
io.quarkus.annotation.processor.documentation.config.merger.JavadocRepository
Packages that use JavadocRepository
-
Uses of JavadocRepository in io.quarkus.annotation.processor.documentation.config.merger
Methods in io.quarkus.annotation.processor.documentation.config.merger that return JavadocRepositoryModifier and TypeMethodDescriptionstatic JavadocRepositoryJavadocMerger.mergeJavadocElements(List<Path> buildOutputDirectories) Methods in io.quarkus.annotation.processor.documentation.config.merger with parameters of type JavadocRepositoryModifier and TypeMethodDescriptionstatic MergedModelModelMerger.mergeModel(JavadocRepository javadocRepository, List<Path> buildOutputDirectories) Merge all the resolved models obtained from a list of build output directories (e.g. in the case of Maven, the list of target/ directories found in the parent directory scanned).static MergedModelModelMerger.mergeModel(JavadocRepository javadocRepository, List<Path> buildOutputDirectories, boolean mergeCommonOrInternalExtensions) Merge all the resolved models obtained from a list of build output directories (e.g. in the case of Maven, the list of target/ directories found in the parent directory scanned).