Uses of Class
io.quarkus.annotation.processor.documentation.config.merger.MergedModel
Packages that use MergedModel
-
Uses of MergedModel in io.quarkus.annotation.processor.documentation.config.merger
Methods in io.quarkus.annotation.processor.documentation.config.merger that return MergedModelModifier 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).static MergedModelModelMerger.mergeModel(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(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).